edit openai api provider url for openwebui
This commit is contained in:
parent
ea372d9835
commit
30a86e6f41
@ -15,7 +15,7 @@ services:
|
||||
- ENABLE_OAUTH_SIGNUP=true
|
||||
- OAUTH_CLIENT_ID=ChatbotUI
|
||||
- OAUTH_CLIENT_SECRET=<client_secret>
|
||||
- OPENID_PROVIDER_URL=https://keycloak.<host>.com/realms/chatbot<realm>/.well-known/openid-configuration
|
||||
- OPENID_PROVIDER_URL=https://<keycloakhost>/realms/<realm>/.well-known/openid-configuration
|
||||
- OPENAI_API_BASE_URL=https://<openaihost>/v1
|
||||
- OPENAI_API_KEY=<key>
|
||||
- QDRANT_API_KEY=<key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user