Skip to content

Commit

Permalink
🚅 docs(ai_endpoints): Reflect correct LiteLLM baseURL when using dock…
Browse files Browse the repository at this point in the history
…er-compose (#2324)

Added note to LiteLLM baseURL to reflect docker-compose usage
  • Loading branch information
dlaporte committed Apr 5, 2024
1 parent e80debb commit 4767673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/install/configuration/ai_endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4767673

Please sign in to comment.