open-webui/backend/open_webui
ferret99gt fea169a9c0 Core fix for num_predict not working.
1) max_tokens was being looked for in openai_payload, but is present in openai_payload['options'], so is never found.
2) After copying the value for max_tokens to num_predict, delete max_tokens from the dictionary. This is to prevent Ollama throwing a warning about invalid option (max_tokens)
2025-02-19 08:52:34 -05:00
..
data
internal Merge branch 'open-webui:main' into main 2025-01-13 08:28:13 +01:00
migrations feat: reactions 2024-12-30 23:06:34 -08:00
models fix: user settings save issue 2025-02-11 23:42:31 -08:00
retrieval fix: include_domain does NOT exist 2025-02-17 19:20:49 -08:00
routers refac 2025-02-17 19:29:28 -08:00
socket refac: direct connections 2025-02-13 00:34:45 -08:00
static refac 2025-02-15 21:14:03 -08:00
storage chore: format 2025-02-09 22:20:47 -08:00
test chore: format backend 2025-01-21 19:33:33 -08:00
utils Core fix for num_predict not working. 2025-02-19 08:52:34 -05:00
__init__.py refac 2025-01-13 00:34:15 -08:00
alembic.ini
config.py refac 2025-02-17 21:34:06 -08:00
constants.py refac 2025-02-03 16:14:00 -08:00
env.py refac 2025-02-16 00:11:18 -08:00
functions.py refac: system prompt template 2025-02-05 14:35:18 -08:00
main.py enh: full context web search 2025-02-17 18:14:26 -08:00
tasks.py refac: chat requests 2024-12-19 01:00:32 -08:00