🚅 docs(ai_endpoints): Reflect correct LiteLLM baseURL when using docker-compose (#2324)

Added note to LiteLLM baseURL to reflect docker-compose usage
This commit is contained in:
David LaPorte 2024-04-05 19:35:34 -04:00 committed by GitHub
parent e80debb704
commit 476767355b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -331,6 +331,7 @@ Some of the endpoints are marked as **Known,** which means they might have speci
- name: "LiteLLM" - name: "LiteLLM"
apiKey: "sk-from-config-file" apiKey: "sk-from-config-file"
baseURL: "http://localhost:8000/v1" baseURL: "http://localhost:8000/v1"
# if using LiteLLM example in docker-compose.override.yml.example, use "http://litellm:8000/v1"
models: models:
default: ["gpt-3.5-turbo"] default: ["gpt-3.5-turbo"]
fetch: true fetch: true