Original PR: https://github.com/open-webui/open-webui/pull/6958 Author: @Peter-De-Ath Created: 11/14/2024 Status: ❌ Closed
Base: dev ← Head: formating
dev
formating
66185c4
59 files changed (+382 additions, -135 deletions)
📝 backend/open_webui/apps/audio/main.py (+11 -2) 📝 backend/open_webui/apps/images/main.py (+5 -1) 📝 backend/open_webui/apps/retrieval/main.py (+9 -3) 📝 backend/open_webui/apps/retrieval/vector/dbs/chroma.py (+3 -1) 📝 backend/open_webui/apps/retrieval/vector/dbs/opensearch.py (+63 -37) 📝 backend/open_webui/apps/retrieval/vector/dbs/pgvector.py (+3 -1) 📝 backend/open_webui/apps/retrieval/web/bing.py (+36 -15) 📝 backend/open_webui/apps/webui/main.py (+5 -1) 📝 backend/open_webui/apps/webui/routers/auths.py (+76 -30) 📝 backend/open_webui/main.py (+4 -1) 📝 src/lib/apis/ollama/index.ts (+16 -20) 📝 src/lib/apis/openai/index.ts (+13 -21) 📝 src/lib/i18n/locales/ar-BH/translation.json (+3 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+3 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+3 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+3 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+3 -0) 📝 src/lib/i18n/locales/cs-CZ/translation.json (+3 -0) 📝 src/lib/i18n/locales/da-DK/translation.json (+3 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+3 -0)
backend/open_webui/apps/audio/main.py
backend/open_webui/apps/images/main.py
backend/open_webui/apps/retrieval/main.py
backend/open_webui/apps/retrieval/vector/dbs/chroma.py
backend/open_webui/apps/retrieval/vector/dbs/opensearch.py
backend/open_webui/apps/retrieval/vector/dbs/pgvector.py
backend/open_webui/apps/retrieval/web/bing.py
backend/open_webui/apps/webui/main.py
backend/open_webui/apps/webui/routers/auths.py
backend/open_webui/main.py
src/lib/apis/ollama/index.ts
src/lib/apis/openai/index.ts
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
src/lib/i18n/locales/de-DE/translation.json
...and 39 more files
applied
npm run format npm run format:backend npm run i18n:parse
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/6958
Author: @Peter-De-Ath
Created: 11/14/2024
Status: ❌ Closed
Base:
dev← Head:formating📝 Commits (1)
66185c4apply npm run formatting cmds📊 Changes
59 files changed (+382 additions, -135 deletions)
View changed files
📝
backend/open_webui/apps/audio/main.py(+11 -2)📝
backend/open_webui/apps/images/main.py(+5 -1)📝
backend/open_webui/apps/retrieval/main.py(+9 -3)📝
backend/open_webui/apps/retrieval/vector/dbs/chroma.py(+3 -1)📝
backend/open_webui/apps/retrieval/vector/dbs/opensearch.py(+63 -37)📝
backend/open_webui/apps/retrieval/vector/dbs/pgvector.py(+3 -1)📝
backend/open_webui/apps/retrieval/web/bing.py(+36 -15)📝
backend/open_webui/apps/webui/main.py(+5 -1)📝
backend/open_webui/apps/webui/routers/auths.py(+76 -30)📝
backend/open_webui/main.py(+4 -1)📝
src/lib/apis/ollama/index.ts(+16 -20)📝
src/lib/apis/openai/index.ts(+13 -21)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+3 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+3 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+3 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+3 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+3 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+3 -0)...and 39 more files
📄 Description
Description
applied
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.