changed recent_episode_limit to 5 for testing purposes
This commit is contained in:
@@ -7,7 +7,7 @@ const SYSTEM_PROMPT = `You are a helpful, context-aware AI assistant.
|
||||
You have access to memories of past conversations with the user.
|
||||
Use them to provide consistent, personalised responses.`;
|
||||
|
||||
const RECENT_EPISODE_LIMIT = 10; // Number of recent episodes to retrieve for context
|
||||
const RECENT_EPISODE_LIMIT = 5; // Number of recent episodes to retrieve for context
|
||||
const SEMANTIC_LIMIT = 5;
|
||||
const SCORE_THRESHOLD = 0.75;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user