diff --git a/docs/install/configuration/ai_endpoints.md b/docs/install/configuration/ai_endpoints.md index 787f43898b..3b86fdb802 100644 --- a/docs/install/configuration/ai_endpoints.md +++ b/docs/install/configuration/ai_endpoints.md @@ -331,6 +331,7 @@ Some of the endpoints are marked as **Known,** which means they might have speci - name: "LiteLLM" apiKey: "sk-from-config-file" baseURL: "http://localhost:8000/v1" + # if using LiteLLM example in docker-compose.override.yml.example, use "http://litellm:8000/v1" models: default: ["gpt-3.5-turbo"] fetch: true