open-webui/backend/open_webui
hopeless 7bfa29fa81
Update payload.py
Fixes ollama native tool calling because native tool calling content will be str '', and tool call processing will be completely ignored.
2025-02-22 12:13:14 +08:00
..
data
internal Merge branch 'open-webui:main' into main 2025-01-13 08:28:13 +01:00
migrations
models fix: user settings save issue 2025-02-11 23:42:31 -08:00
retrieval Merge pull request #10486 from Micca/feature/document_intelligence_support 2025-02-21 10:56:18 -08:00
routers feat: added Trust Proxy Environment switch in Web Search admin settings tab. 2025-02-21 13:40:11 -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 formatting 2025-02-18 15:19:35 -05:00
test Update test_provider.py 2025-02-18 15:53:54 -05:00
utils Update payload.py 2025-02-22 12:13:14 +08:00
__init__.py refac 2025-01-13 00:34:15 -08:00
alembic.ini
config.py Merge pull request #10486 from Micca/feature/document_intelligence_support 2025-02-21 10:56:18 -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 Merge pull request #10486 from Micca/feature/document_intelligence_support 2025-02-21 10:56:18 -08:00
tasks.py