Merge branch 'open-webui:dev' into dev

This commit is contained in:
Erik 2025-04-01 09:09:33 +02:00 committed by GitHub
commit 70bb0562f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
fastapi==0.115.7
uvicorn[standard]==0.34.0
pydantic==2.10.6
python-multipart==0.0.18
python-multipart==0.0.20
python-socketio==5.11.3
python-jose==3.4.0
@ -55,7 +55,7 @@ elasticsearch==8.17.1
transformers
sentence-transformers==3.3.1
colbert-ai==0.2.21
einops==0.8.0
einops==0.8.1
ftfy==6.2.3
@ -67,7 +67,7 @@ python-pptx==1.0.0
unstructured==0.16.17
nltk==3.9.1
Markdown==3.7
pypandoc==1.13
pypandoc==1.15
pandas==2.2.3
openpyxl==3.1.5
pyxlsb==1.0.10

View File

@ -64,7 +64,7 @@
delete: true,
edit: true,
temporary: true,
temporary_enforced: true
temporary_enforced: false
},
features: {
web_search: true,

View File

@ -25,7 +25,7 @@
edit: true,
file_upload: true,
temporary: true,
temporary_enforced: true
temporary_enforced: false
},
features: {
web_search: true,