ALwrity version 0.5.5

This commit is contained in:
ajaysi
2025-08-15 08:28:34 +05:30
parent 2b8c66c4d0
commit 55a97b2fd4
77 changed files with 8717 additions and 7567 deletions

View File

@@ -66,8 +66,8 @@ class AIServiceManager:
'top_p': 0.9,
'top_k': 40,
'max_tokens': 8192, # increased from 4096 to prevent JSON truncation
'enable_caching': True,
'cache_duration_minutes': 60,
'enable_caching': False, # 🚨 CRITICAL: Disabled caching to ensure fresh AI responses
'cache_duration_minutes': 0, # 🚨 CRITICAL: Zero cache duration
'performance_monitoring': True,
'fallback_enabled': False # Disabled fallback to prevent false positives
}