[PR #265] [MERGED] feat: custom openai endpoint #7028

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/265
Author: @tjbck
Created: 12/23/2023
Status: Merged
Merged: 12/23/2023
Merged by: @tjbck

Base: mainHead: custom-openai-endpoint


📝 Commits (6)

  • f622281 feat: custom openai api endpoint support
  • 0fcdee6 chore: version update
  • ecc2466 feat: alternative models response support
  • b79c060 fix: custom suggestion prompts styling
  • f63178b fix: header fields removed
  • 6d2d2d5 fix: trailing "assistant" message issue

📊 Changes

7 files changed (+388 additions, -249 deletions)

View changed files

📝 backend/config.py (+1 -1)
📝 src/lib/components/chat/MessageInput.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Suggestions.svelte (+1 -1)
📝 src/lib/components/chat/SettingsModal.svelte (+97 -26)
📝 src/routes/(app)/+layout.svelte (+10 -4)
📝 src/routes/(app)/+page.svelte (+139 -108)
📝 src/routes/(app)/c/[id]/+page.svelte (+139 -108)

📄 Description

Resolves #230


🔄 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/265 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/23/2023 **Status:** ✅ Merged **Merged:** 12/23/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `custom-openai-endpoint` --- ### 📝 Commits (6) - [`f622281`](https://github.com/open-webui/open-webui/commit/f62228165c986f3b650690cdfdde1907045aa5e3) feat: custom openai api endpoint support - [`0fcdee6`](https://github.com/open-webui/open-webui/commit/0fcdee60cd2d121b45c59e2dfdad33ea0b903f5c) chore: version update - [`ecc2466`](https://github.com/open-webui/open-webui/commit/ecc2466f1ed21b45147e967ebe7b44ff531904e8) feat: alternative models response support - [`b79c060`](https://github.com/open-webui/open-webui/commit/b79c06023b2cc2a8c8b0797893c75f361ad2ff59) fix: custom suggestion prompts styling - [`f63178b`](https://github.com/open-webui/open-webui/commit/f63178b592924439c7afa037daf2c6dc975c01f3) fix: header fields removed - [`6d2d2d5`](https://github.com/open-webui/open-webui/commit/6d2d2d5519c10d65c1f1b3ef5c05d60cd12251d5) fix: trailing "assistant" message issue ### 📊 Changes **7 files changed** (+388 additions, -249 deletions) <details> <summary>View changed files</summary> 📝 `backend/config.py` (+1 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Suggestions.svelte` (+1 -1) 📝 `src/lib/components/chat/SettingsModal.svelte` (+97 -26) 📝 `src/routes/(app)/+layout.svelte` (+10 -4) 📝 `src/routes/(app)/+page.svelte` (+139 -108) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+139 -108) </details> ### 📄 Description Resolves #230 --- <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:14:55 -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#7028