mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #1667] [CLOSED] Add azure openai #36378
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/1667
Author: @algorithmlover2016
Created: 4/22/2024
Status: ❌ Closed
Base:
main← Head:add_azure_openai📝 Commits (10+)
3fe7894add api -version1cc7510add second update for azure openai51e1193add azure openai model names and replace tab with four space27c6a31add default verson and default example endpoint for azure openai12dc82aadd version and model names updatingd02f173add frontend call azure openai249cc2aadd splitting line for openai and azure open ai6b52369adjust bugs for azure openai38eee3aMerge branch 'open-webui:main' into add_azure_openaief8659fadd azure open ai📊 Changes
17 files changed (+1516 additions, -265 deletions)
View changed files
📝
.env.example(+6 -0)➕
backend/apps/azureopenai/main.py(+399 -0)📝
backend/apps/openai/main.py(+1 -1)📝
backend/config.py(+49 -3)📝
backend/data/litellm/config.yaml(+13 -1)➕
backend/data/model_struct.json(+67 -0)📝
backend/dev.sh(+2 -2)📝
backend/main.py(+6 -0)📝
backend/start.sh(+1 -1)➕
src/lib/apis/azureopenai/index.ts(+465 -0)📝
src/lib/components/chat/Settings/Connections.svelte(+465 -253)📝
src/lib/constants.ts(+2 -1)📝
src/lib/utils/index.ts(+5 -0)📝
src/routes/(app)/+page.svelte(+5 -1)📝
src/routes/(app)/c/[id]/+page.svelte(+8 -1)📝
src/routes/(app)/playground/+page.svelte(+6 -1)➕
static/manifest.json(+16 -0)📄 Description
Pull Request Checklist
Description
[Insert a brief description of the changes made in this pull request]
Changelog Entry
Added
Fixed
Changed
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.