mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #2007] [CLOSED] Adds support for Azure OpenAI #59716
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/2007
Author: @frandominguezl
Created: 5/6/2024
Status: ❌ Closed
Base:
main← Head:azure_openai📝 Commits (2)
ac1af37Adds support for Azure OpenAI2b208d4Fix typo📊 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
[Insert a brief description of the changes made in this pull request, including any relevant motivation and impact.]
Changelog Entry
Added
Fixed
Changed
Removed
Security
Breaking Changes
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.