model temperature settings

This commit is contained in:
Storme-bit
2026-04-18 02:40:31 -07:00
parent 9950ea3b62
commit 8bd4836cd7
4 changed files with 21 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ const ORCHESTRATION = {
RECENT_EPISODE_LIMIT: 5,
SEMANTIC_LIMIT: 5,
SCORE_THRESHOLD: 0.75,
TEMPERATURE: 0.7,
CORS_ORIGIN: 'http://localhost:5173',
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.`
}