[PR #2007] [CLOSED] Adds support for Azure OpenAI #43908

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2007
Author: @frandominguezl
Created: 5/6/2024
Status: Closed

Base: mainHead: azure_openai


📝 Commits (2)

📊 Changes

9 files changed (+937 additions, -10 deletions)

View changed files

📝 .env.example (+6 -0)
backend/apps/azure/main.py (+396 -0)
📝 backend/config.py (+49 -0)
📝 backend/main.py (+5 -4)
src/lib/apis/azureopenai/index.ts (+465 -0)
📝 src/lib/constants.ts (+1 -0)
📝 src/lib/utils/index.ts (+5 -0)
📝 src/routes/(app)/+page.svelte (+5 -6)
📝 src/routes/(app)/c/[id]/+page.svelte (+5 -0)

📄 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 Open WebUI Docs, or other documentation sources?
  • Dependencies: Are there any new dependencies? Have you updated the dependency versions in the documentation?
  • Testing: Have you written and run sufficient tests for the changes?
  • Code Review: Have you self-reviewed your code and addressed any coding standard issues?

Description

[Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.]


Changelog Entry

Added

  • [List any new features, functionalities, or additions]

Fixed

  • [List any fixes, corrections, or bug fixes]

Changed

  • [List any changes, updates, refactorings, or optimizations]

Removed

  • [List any removed features, files, or deprecated functionalities]

Security

  • [List any new or updated security-related changes, including vulnerability fixes]

Breaking Changes

  • [List any breaking changes affecting compatibility or functionality]

Additional Information

  • [Insert any additional context, notes, or explanations for the changes]

  • [Reference any related issues, commits, or other relevant information]


🔄 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/2007 **Author:** [@frandominguezl](https://github.com/frandominguezl) **Created:** 5/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `azure_openai` --- ### 📝 Commits (2) - [`ac1af37`](https://github.com/open-webui/open-webui/commit/ac1af37d561e5f3a066b55c4e3403a036cd03403) Adds support for Azure OpenAI - [`2b208d4`](https://github.com/open-webui/open-webui/commit/2b208d49e38cda833807148790815b5c920d6a96) Fix typo ### 📊 Changes **9 files changed** (+937 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+6 -0) ➕ `backend/apps/azure/main.py` (+396 -0) 📝 `backend/config.py` (+49 -0) 📝 `backend/main.py` (+5 -4) ➕ `src/lib/apis/azureopenai/index.ts` (+465 -0) 📝 `src/lib/constants.ts` (+1 -0) 📝 `src/lib/utils/index.ts` (+5 -0) 📝 `src/routes/(app)/+page.svelte` (+5 -6) 📝 `src/routes/(app)/c/[id]/+page.svelte` (+5 -0) </details> ### 📄 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](https://keepachangelog.com/) is added at the bottom of the PR description. - [ ] **Documentation:** Have you updated relevant documentation [Open WebUI Docs](https://github.com/open-webui/docs), or other documentation sources? - [ ] **Dependencies:** Are there any new dependencies? Have you updated the dependency versions in the documentation? - [ ] **Testing:** Have you written and run sufficient tests for the changes? - [ ] **Code Review:** Have you self-reviewed your code and addressed any coding standard issues? --- ## Description [Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.] --- ### Changelog Entry ### Added - [List any new features, functionalities, or additions] ### Fixed - [List any fixes, corrections, or bug fixes] ### Changed - [List any changes, updates, refactorings, or optimizations] ### Removed - [List any removed features, files, or deprecated functionalities] ### Security - [List any new or updated security-related changes, including vulnerability fixes] ### Breaking Changes - [List any breaking changes affecting compatibility or functionality] --- ### Additional Information - [Insert any additional context, notes, or explanations for the changes] - [Reference any related issues, commits, or other relevant information] --- <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:54: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#43908