mirror of
https://github.com/open-webui/pipelines.git
synced 2026-07-21 18:15:39 -04:00
[PR #187] [MERGED] Added system prompt and conversation history support for Perplexity #341
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/pipelines/pull/187
Author: @reddiedev
Created: 7/31/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @justinh-rahb
Base:
main← Head:main📝 Commits (1)
a76c9fdimproved system prompt handling and added support for conversation history📊 Changes
1 file changed (+26 additions, -9 deletions)
View changed files
📝
examples/pipelines/providers/perplexity_manifold_pipeline.py(+26 -9)📄 Description
Am currently using this pipeline in my self-hosted instance of open-webui, and found that system prompt entered in open-webui was not being followed and that the previous messages were not submitted during the chat completion call, so I added these features by referencing the other examples
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.