Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azure openai #1667

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
3fe7894
add api -version
algorithmlover2016 Apr 19, 2024
1cc7510
add second update for azure openai
algorithmlover2016 Apr 19, 2024
51e1193
add azure openai model names and replace tab with four space
algorithmlover2016 Apr 19, 2024
27c6a31
add default verson and default example endpoint for azure openai
algorithmlover2016 Apr 19, 2024
12dc82a
add version and model names updating
algorithmlover2016 Apr 19, 2024
d02f173
add frontend call azure openai
algorithmlover2016 Apr 19, 2024
249cc2a
add splitting line for openai and azure open ai
algorithmlover2016 Apr 19, 2024
6b52369
adjust bugs for azure openai
algorithmlover2016 Apr 19, 2024
38eee3a
Merge branch 'open-webui:main' into add_azure_openai
algorithmlover2016 Apr 22, 2024
ef8659f
add azure open ai
algorithmlover2016 Apr 22, 2024
ecac186
add azure_open_ai config
algorithmlover2016 Apr 22, 2024
490180a
add azure openai
algorithmlover2016 Apr 22, 2024
64334f6
fix bugs
algorithmlover2016 Apr 22, 2024
bec85f6
add azure openai backend without models
algorithmlover2016 Apr 22, 2024
5b4572d
add info
algorithmlover2016 Apr 22, 2024
30415f1
change backend port from 8080 to 9099
algorithmlover2016 Apr 22, 2024
d6b2800
fix bug of not found manifest.json
algorithmlover2016 Apr 22, 2024
9b2f443
Revert "change backend port from 8080 to 9099"
algorithmlover2016 Apr 22, 2024
1b79901
change backend port from 8080 to 9099
algorithmlover2016 Apr 22, 2024
28a889f
add azure openai getAzureOpenAIModels
algorithmlover2016 Apr 23, 2024
427ac7e
add azure open ai submodels
algorithmlover2016 Apr 23, 2024
016e2ce
add fist version of calling azure_openai
algorithmlover2016 Apr 23, 2024
40282b6
fix bugs of reading models
algorithmlover2016 Apr 23, 2024
88ed72a
add route rules
algorithmlover2016 Apr 24, 2024
da7f742
add gpt-4-v
algorithmlover2016 Apr 24, 2024
9f9c566
add route path for azure openai
algorithmlover2016 Apr 24, 2024
89cee29
remote MANIFEST_SHORT_NAME
algorithmlover2016 Apr 24, 2024
90fe550
add model_struct for backend model struct
algorithmlover2016 Apr 25, 2024
73850c8
add azure_openai_configure when using litellm
algorithmlover2016 Apr 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ OLLAMA_BASE_URL='http://localhost:11434'
OPENAI_API_BASE_URL=''
OPENAI_API_KEY=''

AZURE_OPENAI_API_BASE_URL=''
AZURE_OPENAI_API_KEY=''

# AUTOMATIC1111_BASE_URL="http://localhost:7860"

# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true

MANIFEST_NAME='Open WebUI'
MANIFEST_SHORT_NAME='Open WebUI'

# Use locally bundled version of the LiteLLM cost map json
# to avoid repetitive startup connections
LITELLM_LOCAL_MODEL_COST_MAP="True"