[PR #355] [MERGED] fix: openai issue #7077

Closed
opened 2025-11-11 17:16:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/355
Author: @tjbck
Created: 1/3/2024
Status: Merged
Merged: 1/3/2024
Merged by: @tjbck

Base: mainHead: openai-api-fix


📝 Commits (2)

  • 7bc0c09 fix: openai issue
  • 09e1458 fix: default models value should be None

📊 Changes

5 files changed (+108 additions, -21 deletions)

View changed files

📝 backend/apps/web/main.py (+9 -3)
backend/apps/web/routers/configs.py (+41 -0)
src/lib/apis/configs/index.ts (+31 -0)
📝 src/routes/(app)/+page.svelte (+20 -11)
📝 src/routes/(app)/c/[id]/+page.svelte (+7 -7)

📄 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/355 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/3/2024 **Status:** ✅ Merged **Merged:** 1/3/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `openai-api-fix` --- ### 📝 Commits (2) - [`7bc0c09`](https://github.com/open-webui/open-webui/commit/7bc0c09b25e27baf06d3956a46b47bdb7edc5f0c) fix: openai issue - [`09e1458`](https://github.com/open-webui/open-webui/commit/09e1458d592799df798819ed3cf294357c934884) fix: default models value should be None ### 📊 Changes **5 files changed** (+108 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `backend/apps/web/main.py` (+9 -3) ➕ `backend/apps/web/routers/configs.py` (+41 -0) ➕ `src/lib/apis/configs/index.ts` (+31 -0) 📝 `src/routes/(app)/+page.svelte` (+20 -11) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+7 -7) </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 2025-11-11 17:16:06 -06: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#7077