mirror of
https://github.com/open-webui/open-webui
synced 2025-04-07 06:04:50 +00:00
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. |
||
---|---|---|
.. | ||
data | ||
open_webui | ||
.dockerignore | ||
.gitignore | ||
dev.sh | ||
requirements.txt | ||
start_windows.bat | ||
start.sh |