mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #1002] [MERGED] feat: playground #20555
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/1002
Author: @tjbck
Created: 3/3/2024
Status: ✅ Merged
Merged: 3/3/2024
Merged by: @tjbck
Base:
dev← Head:playground📝 Commits (7)
2379e94feat: text completion playground06ce5aefix: text completion replaced with chat completion656f8dafeat: playground chat mode901e7a3feat: chat playground backend integrationbf3f3c5fix: text completion79d7e13refac9201769refac: unused style📊 Changes
9 files changed (+679 additions, -28 deletions)
View changed files
📝
backend/apps/ollama/main.py(+15 -8)📝
backend/config.py(+11 -0)📝
src/lib/apis/ollama/index.ts(+36 -10)📝
src/lib/components/chat/MessageInput/Models.svelte(+12 -8)📝
src/lib/components/chat/Settings/Connections.svelte(+2 -2)📝
src/lib/components/layout/Sidebar.svelte(+26 -0)➕
src/lib/components/playground/ChatCompletion.svelte(+105 -0)➕
src/lib/components/playground/TextCompletion.svelte(+0 -0)➕
src/routes/(app)/playground/+page.svelte(+472 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.