fix: Synology 응답 길이 1500→4000자 (모닝 브리핑 대비)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -21,7 +21,7 @@ logger = logging.getLogger(__name__)
|
||||
HEARTBEAT_INTERVAL = 4.0
|
||||
CLASSIFY_HEARTBEAT = 2.0
|
||||
MAX_PROMPT_LENGTH = 1000
|
||||
SYNOLOGY_MAX_LEN = 1500
|
||||
SYNOLOGY_MAX_LEN = 4000
|
||||
|
||||
|
||||
async def _complete_with_heartbeat(adapter, message: str, job_id: str, *, messages=None, beat_msg="처리 중...") -> str:
|
||||
|
||||
Reference in New Issue
Block a user