mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #2742] [MERGED] 0.2.2 #7875
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/2742
Author: @tjbck
Created: 6/3/2024
Status: ✅ Merged
Merged: 6/3/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
24c35c3fix: stream defaults to true, return request ID4dd51bafix: ollama streaming cancellation using aiohttp7f74426fix: openai streaming cancellation using aiohttpb5b2b70fix: bad payload refactorc5ff4c2Merge branch 'dev' into fix/ollama-cancellationd9a3e4dMerge pull request #2731 from cheahjs/fix/ollama-cancellation32a61eafix: pipelinesa9e5003fix: filter outlet3d74c04feat: mermaid rendering support814fbb7feat: RESET_CONFIG_ON_START📊 Changes
14 files changed (+1388 additions, -572 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
backend/apps/ollama/main.py(+54 -347)📝
backend/apps/openai/main.py(+29 -10)📝
backend/config.py(+11 -0)📝
backend/main.py(+10 -4)📝
package-lock.json(+1117 -5)📝
package.json(+2 -1)📝
src/lib/apis/ollama/index.ts(+3 -22)📝
src/lib/components/chat/Chat.svelte(+86 -115)📝
src/lib/components/chat/Messages.svelte(+1 -2)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+14 -5)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+21 -21)📝
src/lib/components/chat/Settings/Models.svelte(+28 -27)📝
src/lib/components/workspace/Playground.svelte(+1 -13)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.