mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
🚅 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:
parent
e80debb704
commit
476767355b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue