Update librechat.yaml to change provider from 'bifrost' to 'litellm' and ensure model reference is consistent
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user