From 563377a58af918485f3a737a66862f9e118c1747 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:04:30 +0000 Subject: [PATCH] fix --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a3e37d9a..2d782fce 100644 --- a/.env.example +++ b/.env.example @@ -14,4 +14,4 @@ ANONYMIZED_TELEMETRY=false # Use locally bundled version of the LiteLLM cost map json # to avoid repetitive startup connections -LITELLM_LOCAL_MODEL_COST_MAP="true" \ No newline at end of file +LITELLM_LOCAL_MODEL_COST_MAP="True" \ No newline at end of file