fix(anime): batch mode sub_only→auto (영상+자막), timeout 60→120초
This commit is contained in:
@@ -385,7 +385,7 @@ async def on_message(message: discord.Message):
|
||||
history = await _get_channel_history(message.channel, limit=10)
|
||||
classify_input = f"{history}## User Message\n{user_text}"
|
||||
logger.info(f"[분류] 입력: {user_text[:80]}")
|
||||
raw = await gemini.call("unified", classify_input, timeout=60)
|
||||
raw = await gemini.call("unified", classify_input, timeout=120)
|
||||
logger.info(f"[분류] Gemini 출력 ({len(raw)}자): {raw[:200]}")
|
||||
|
||||
# JSON 파싱
|
||||
|
||||
Reference in New Issue
Block a user