23 lines
304 B
YAML
23 lines
304 B
YAML
|
|
# Prod environment overlay
|
||
|
|
# Lower temperature, stable settings
|
||
|
|
|
||
|
|
model:
|
||
|
|
temperature: 0.3
|
||
|
|
max_tokens: 4096
|
||
|
|
|
||
|
|
cron:
|
||
|
|
enabled: true
|
||
|
|
interval_seconds: 600
|
||
|
|
max_concurrent: 5
|
||
|
|
|
||
|
|
gateway:
|
||
|
|
enabled: true
|
||
|
|
port: 8080
|
||
|
|
|
||
|
|
session:
|
||
|
|
save_trajectories: false
|
||
|
|
max_iterations: 120
|
||
|
|
|
||
|
|
logging:
|
||
|
|
level: "WARNING"
|