mirror of
https://github.com/open-webui/open-webui
synced 2025-02-23 21:53:37 +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. |
||
---|---|---|
.. | ||
images | ||
access_control.py | ||
auth.py | ||
chat.py | ||
code_interpreter.py | ||
filter.py | ||
middleware.py | ||
misc.py | ||
models.py | ||
oauth.py | ||
payload.py | ||
pdf_generator.py | ||
plugin.py | ||
response.py | ||
security_headers.py | ||
task.py | ||
tools.py | ||
webhook.py |