From 476767355b80d85beefa911f316d28ab3247660f Mon Sep 17 00:00:00 2001 From: David LaPorte Date: Fri, 5 Apr 2024 19:35:34 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=85=20docs(ai=5Fendpoints):=20Reflect?= =?UTF-8?q?=20correct=20LiteLLM=20baseURL=20when=20using=20docker-compose?= =?UTF-8?q?=20(#2324)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added note to LiteLLM baseURL to reflect docker-compose usage --- docs/install/configuration/ai_endpoints.md | 1 + 1 file changed, 1 insertion(+) 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