mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #907] [MERGED] 0.1.103 #20520
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/907
Author: @tjbck
Created: 2/25/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
de0084cfeat: litellm integration9b6dca3feat: litellm frontend integrationee22e64Merge branch 'main' into litellmaf388dffixb5bd07afeat: secure litellm api14dd0d1feat: litellm yaml43f9a82fix: gitignoree8904acfeat: remove ollama dependencybfba72dfix: pip dependencya74d47bUpdate requirements.txt📊 Changes
27 files changed (+1283 additions, -535 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
README.md(+12 -2)📝
backend/.dockerignore(+8 -1)📝
backend/.gitignore(+6 -1)📝
backend/apps/images/main.py(+36 -4)📝
backend/config.py(+36 -2)➕
backend/data/litellm/config.yaml(+4 -0)📝
backend/main.py(+45 -3)📝
backend/requirements.txt(+4 -0)📝
backend/utils/utils.py(+8 -0)📝
package.json(+1 -1)📝
src/app.html(+1 -0)📝
src/lib/apis/images/index.ts(+65 -0)➕
src/lib/apis/litellm/index.ts(+148 -0)📝
src/lib/apis/ollama/index.ts(+5 -3)📝
src/lib/apis/openai/index.ts(+8 -4)📝
src/lib/components/chat/ModelSelector.svelte(+2 -2)📝
src/lib/components/chat/Settings/About.svelte(+9 -7)📝
src/lib/components/chat/Settings/Connections.svelte(+93 -67)📝
src/lib/components/chat/Settings/General.svelte(+1 -1)...and 7 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.