mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +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"
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue