mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 23:24:44 +02:00
fix: delay_max 3.0 → 5.0 for randomized message pacing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b7237469e4
commit
0da697855e
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class ResponseConfig:
|
|||
"""Response behavior settings."""
|
||||
|
||||
delay_min: float = 3.0
|
||||
delay_max: float = 3.0
|
||||
delay_max: float = 5.0
|
||||
max_length: int = 200
|
||||
max_messages: int = 3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue