functionality tests mostly pass

This commit is contained in:
2026-01-03 14:52:25 -07:00
parent 55b0a698d0
commit e3d7e7de3a
11 changed files with 779 additions and 269 deletions

View File

@@ -38,7 +38,7 @@ class Settings(BaseSettings):
# Application Settings
MIN_PROMPT_LENGTH: int = 500
MAX_PROMPT_LENGTH: int = 1000
NUM_PROMPTS_PER_SESSION: int = 6
NUM_PROMPTS_PER_SESSION: int = 3
CACHED_POOL_VOLUME: int = 20
HISTORY_BUFFER_SIZE: int = 60
FEEDBACK_HISTORY_SIZE: int = 30