diff --git a/services/hermes_analyst_service.py b/services/hermes_analyst_service.py index 730d70b..3cf5744 100644 --- a/services/hermes_analyst_service.py +++ b/services/hermes_analyst_service.py @@ -154,7 +154,7 @@ class HermesAnalystService: resp = requests.post( f"{HERMES_URL}/api/generate", json=payload, - timeout=20, # 意圖分類,hermes3 on 111 實測 ~10s + timeout=25, # 意圖分類,hermes3 on 111 實測 ~17s ) resp.raise_for_status() raw = (resp.json().get("response", "") or "").strip()