functionality tests mostly pass
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user