mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #2308] [CLOSED] Adds support for Azure OpenAI #20956
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/2308
Author: @frandominguezl
Created: 5/16/2024
Status: ❌ Closed
Base:
dev← Head:azure_openai📝 Commits (9)
ac1af37Adds support for Azure OpenAI2b208d4Fix typo407993fRemove unused audio endpointsfbc5fdeAdd Azure OpenAI to Connections component047a20bFix typo8098d75Make SettingsModal larger. Remove unneded bit from Connections tab.3995aaaMerge branch 'refs/heads/main' into azure_openai95464cdFix indentation1561f5cMerge remote-tracking branch 'refs/remotes/origin/dev' into azure_openai📊 Changes
12 files changed (+976 additions, -101 deletions)
View changed files
📝
.env.example(+6 -0)➕
backend/apps/azure/main.py(+303 -0)📝
backend/config.py(+50 -0)📝
backend/main.py(+5 -3)➕
src/lib/apis/azureopenai/index.ts(+393 -0)📝
src/lib/apis/openai/index.ts(+0 -69)📝
src/lib/components/chat/Settings/Connections.svelte(+200 -20)📝
src/lib/components/chat/SettingsModal.svelte(+1 -1)📝
src/lib/constants.ts(+1 -0)📝
src/lib/utils/index.ts(+5 -0)📝
src/routes/(app)/+page.svelte(+6 -7)📝
src/routes/(app)/c/[id]/+page.svelte(+6 -1)📄 Description
Pull Request Checklist
devbranch.Description
Adds native support for Azure OpenAI, in a similar way that it's implemented for OpenAI, rather than relying in LiteLLM.
Changelog Entry
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.