mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #1107] [MERGED] 0.1.111 #20576
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/1107
Author: @tjbck
Created: 3/8/2024
Status: ✅ Merged
Merged: 3/10/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
14c38d3Update Models.svelteef9a799Merge pull request #1080 from officialsahyaboutorabi/patch-1a901031fix: accept attributebbf9deafix: show lates changes in releases203cd84Update Dockerfile712f0e3Merge pull request #1084 from jannikstdl/patch-4171084eMerge pull request #1088 from pandego/patch-12b84af8refac: litellm9a83bdefeat: max token option for litellm models9881022fix📊 Changes
37 files changed (+1554 additions, -765 deletions)
View changed files
📝
.github/workflows/build-release.yml(+5 -5)📝
CHANGELOG.md(+18 -0)📝
Dockerfile(+2 -2)📝
README.md(+10 -2)📝
backend/apps/images/main.py(+190 -53)➕
backend/apps/litellm/main.py(+41 -0)📝
backend/apps/ollama/main.py(+17 -3)📝
backend/apps/openai/main.py(+22 -4)📝
backend/apps/rag/main.py(+38 -88)➕
backend/apps/rag/utils.py(+97 -0)📝
backend/config.py(+6 -1)📝
backend/data/config.json(+1 -0)📝
backend/main.py(+175 -38)📝
backend/requirements.txt(+2 -1)📝
package.json(+1 -1)📝
src/lib/apis/images/index.ts(+83 -8)📝
src/lib/apis/index.ts(+62 -0)📝
src/lib/apis/litellm/index.ts(+3 -1)📝
src/lib/apis/rag/index.ts(+16 -7)📝
src/lib/components/admin/Settings/Users.svelte(+113 -0)...and 17 more files
📄 Description
Resolves #1098 #1104 #1094 #1105 #774
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.