open-webui/backend
ferret99gt 57b01cf8fb Fix for system prompt setting
1) Ollama supports sending the system prompt as a parameter, not as an option. (See https://github.com/ollama/ollama/blob/main/docs/api.md#request-8) However, it is in the options dictionary and needs moved to the payload dictionary.
2) After moving the system parameter from ollama_options to ollama_payload, delete it from ollama_options. This is to prevent Ollama throwing a warning about invalid options.
2025-02-19 08:55:11 -05:00
..
data
open_webui Fix for system prompt setting 2025-02-19 08:55:11 -05:00
.dockerignore
.gitignore refac 2024-09-06 04:59:20 +02:00
dev.sh
requirements.txt chore: remove flask 2025-02-13 12:52:17 -08:00
start_windows.bat
start.sh