edit openai api provider url for openwebui

This commit is contained in:
Sebastian Kiepsch 2025-04-02 13:03:53 +02:00
parent ea372d9835
commit 30a86e6f41

View File

@ -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>