From 3643d50f1a248e05cc972327e217ac71d611e3be Mon Sep 17 00:00:00 2001 From: Travis Vasceannie Date: Wed, 10 Dec 2025 02:10:31 +0000 Subject: [PATCH] Update librechat.yaml to change provider from 'bifrost' to 'litellm' and ensure model reference is consistent --- librechat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librechat.yaml b/librechat.yaml index 72c19ebd1..fe5e6e066 100644 --- a/librechat.yaml +++ b/librechat.yaml @@ -542,8 +542,8 @@ memory: # Option 1: Use existing agent by ID # id: "your-memory-agent-id" # Option 2: Define agent inline - provider: "bifrost" - model: "gemini/gemini-2.5-flash-lite" + provider: "litellm" + model: "gemini-2.5-flash-lite" instructions: "You are a memory management assistant. Store and manage user information accurately." # model_parameters: # temperature: 0.1