mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-13 19:43:35 -05:00
[PR #844] [MERGED] feat: direct litellm integration #7280
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/844
Author: @tjbck
Created: 2/22/2024
Status: ✅ Merged
Merged: 2/25/2024
Merged by: @tjbck
Base:
dev← Head:litellm📝 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
22 files changed (+1101 additions, -527 deletions)
View changed files
📝
CHANGELOG.md(+16 -0)📝
backend/.gitignore(+6 -1)📝
backend/apps/images/main.py(+6 -4)📝
backend/config.py(+0 -2)➕
backend/data/litellm/config.yaml(+4 -0)📝
backend/main.py(+45 -3)📝
backend/requirements.txt(+3 -0)📝
backend/utils/utils.py(+11 -0)📝
package.json(+1 -1)➕
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(+92 -67)📝
src/lib/components/chat/Settings/Images.svelte(+4 -2)📝
src/lib/components/chat/Settings/Models.svelte(+596 -265)📝
src/lib/components/chat/SettingsModal.svelte(+21 -14)📝
src/lib/constants.ts(+2 -0)📝
src/routes/(app)/+layout.svelte(+23 -74)...and 2 more files
📄 Description
Resolves #861
TODO:
Changelog Entry
Added
Fixed
N/A
Changed
Removed
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.