[PR #1625] [CLOSED] Added basic OpenAI API options to playground #43776

Closed
opened 2026-04-29 17:47:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1625
Author: @Entaigner
Created: 4/20/2024
Status: Closed

Base: mainHead: patch-5


📝 Commits (1)

  • 614690a Added basic OpenAI API options to playground

📊 Changes

2 files changed (+204 additions, -23 deletions)

View changed files

📝 src/lib/components/chat/ModelSelector/Selector.svelte (+2 -0)
📝 src/routes/(app)/playground/+page.svelte (+202 -23)

📄 Description

Pull Request Checklist

  • Description: Briefly describe the changes in this pull request.
  • Changelog: Ensure a changelog entry following the format of Keep a Changelog is added at the bottom of the PR description.
  • Documentation: Have you updated relevant documentation?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?

Description

Added basic OpenAI API options to playground

  • json mode
  • max tokens
  • seed
  • temperature,
  • top p

Changelog Entry

Added

  • Added basic OpenAI API options to playground

🔄 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/1625 **Author:** [@Entaigner](https://github.com/Entaigner) **Created:** 4/20/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-5` --- ### 📝 Commits (1) - [`614690a`](https://github.com/open-webui/open-webui/commit/614690a3a6d72f0a22564109232adb7dcce1a358) Added basic OpenAI API options to playground ### 📊 Changes **2 files changed** (+204 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/components/chat/ModelSelector/Selector.svelte` (+2 -0) 📝 `src/routes/(app)/playground/+page.svelte` (+202 -23) </details> ### 📄 Description ## Pull Request Checklist - [x] **Description:** Briefly describe the changes in this pull request. - [x] **Changelog:** Ensure a changelog entry following the format of [Keep a Changelog](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? --- ## Description Added basic OpenAI API options to playground - json mode - max tokens - seed - temperature, - top p --- ### Changelog Entry ### Added - Added basic OpenAI API options to playground --- <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-29 17:47:51 -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#43776