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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/1625
Author: @Entaigner
Created: 4/20/2024
Status: ❌ Closed
Base:
main← Head:patch-5📝 Commits (1)
614690aAdded 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
Added basic OpenAI API options to playground
Changelog Entry
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.