Add environment configuration and Docker Compose setup for Open WebUI and LiteLLM
This commit is contained in:
parent
22697d1913
commit
56ea386f83
3 changed files with 161 additions and 11 deletions
14
containers/open-webui/.env.example
Normal file
14
containers/open-webui/.env.example
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# OPEN WEBUI
|
||||
OAUTH_CLIENT_ID=
|
||||
OAUTH_CLIENT_SECRET=
|
||||
AUDIO_STT_AZURE_API_KEY=
|
||||
AUDIO_TTS_API_KEY=
|
||||
|
||||
# LITELLM
|
||||
LITELLM_MODE="PRODUCTION"
|
||||
LITELLM_MASTER_KEY=sk-<master_key>
|
||||
LITELLM_SALT_KEY=sk-<salt_key>
|
||||
AZURE_API_BASE_OPENAI=https://<resource-name>.openai.azure.com/
|
||||
AZURE_API_KEY_OPENAI=
|
||||
AZURE_API_BASE_AI=https://<resource-name>.services.ai.azure.com/models
|
||||
AZURE_API_KEY_AI=
|
||||
Loading…
Add table
Add a link
Reference in a new issue