[PR #1002] [MERGED] feat: playground #20555

Closed
opened 2026-04-20 03:02:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: playground


📝 Commits (7)

  • 2379e94 feat: text completion playground
  • 06ce5ae fix: text completion replaced with chat completion
  • 656f8da feat: playground chat mode
  • 901e7a3 feat: chat playground backend integration
  • bf3f3c5 fix: text completion
  • 79d7e13 refac
  • 9201769 refac: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/1002 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/3/2024 **Status:** ✅ Merged **Merged:** 3/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `playground` --- ### 📝 Commits (7) - [`2379e94`](https://github.com/open-webui/open-webui/commit/2379e94cbfa274dbe847df795ef041301958a4cc) feat: text completion playground - [`06ce5ae`](https://github.com/open-webui/open-webui/commit/06ce5aed4a5097a31306ca66505ac9ad42d1222f) fix: text completion replaced with chat completion - [`656f8da`](https://github.com/open-webui/open-webui/commit/656f8dab05c842f964a02db15e99b580ae4d10f9) feat: playground chat mode - [`901e7a3`](https://github.com/open-webui/open-webui/commit/901e7a33fa4a854957c3e19034ff5a5e2317e5f1) feat: chat playground backend integration - [`bf3f3c5`](https://github.com/open-webui/open-webui/commit/bf3f3c580e68c5509136eb42f448a5b656e0d5a8) fix: text completion - [`79d7e13`](https://github.com/open-webui/open-webui/commit/79d7e135ec01da876c23c724ab55fe128d737290) refac - [`9201769`](https://github.com/open-webui/open-webui/commit/9201769ba50434b94eb215050cdd52ede00b03eb) refac: unused style ### 📊 Changes **9 files changed** (+679 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:02:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#20555