mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 19:16:08 -05:00
[PR #271] [CLOSED] General logistic improvements #7031
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/271
Author: @dnviti
Created: 12/23/2023
Status: ❌ Closed
Base:
dev← Head:general-logistic-improvements📝 Commits (10+)
f622281feat: custom openai api endpoint support0fcdee6chore: version updateecc2466feat: alternative models response supportb79c060fix: custom suggestion prompts stylingf63178bfix: header fields removed6d2d2d5fix: trailing "assistant" message issue6ea9f6eMerge pull request #265 from ollama-webui/custom-openai-endpointbbfe2fbAdded a better more generic gitignore which covers both python and nodejsa580aa8general-compose-improvements2994e1afixed gpu count env📊 Changes
19 files changed (+1582 additions, -355 deletions)
View changed files
📝
.gitignore(+291 -0)📝
README.md(+4 -2)📝
backend/.gitignore(+3 -1)📝
backend/apps/web/main.py(+2 -1)➕
backend/apps/web/routers/utils.py(+164 -0)📝
backend/config.py(+1 -1)📝
backend/requirements.txt(+1 -0)📝
backend/utils/misc.py(+8 -0)➕
docker-compose.api.yaml(+6 -0)➕
docker-compose.gpu.yaml(+12 -0)📝
docker-compose.yaml(+2 -14)➕
run-compose.sh(+190 -0)📝
src/lib/components/chat/MessageInput.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Suggestions.svelte(+1 -1)📝
src/lib/components/chat/SettingsModal.svelte(+592 -113)📝
src/lib/constants.ts(+2 -1)📝
src/routes/(app)/+layout.svelte(+10 -4)📝
src/routes/(app)/+page.svelte(+146 -108)📝
src/routes/(app)/c/[id]/+page.svelte(+146 -108)📄 Description
Note: the script "run-compose.sh" contains a function (for linux) to automatically detect the GPU installed on the host system, i'm not be able to test it on AMD and Intel GPUs cause i do not have any. On Nvidia works flawlessly.
Defaulted api port to 11435 because port 11434 is already used in Ubuntu for some reason.
Reposted due to a little mistake
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.