diff --git a/routes/openclaw_bot_routes.py b/routes/openclaw_bot_routes.py index f0065d8..59b0b5e 100644 --- a/routes/openclaw_bot_routes.py +++ b/routes/openclaw_bot_routes.py @@ -4106,7 +4106,7 @@ def openclaw_answer(question: str): + "請用繁體中文直接回答,不要開場白,300字以內。" ) - resp = ollama_service.generate(question, system_prompt=sys_prompt, timeout=30) + resp = ollama_service.generate(question, system_prompt=sys_prompt, timeout=180) if resp.success and resp.content: if _LEARNING_ENABLED: import threading as _thr