diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..e56d14e --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,7 @@ +{ + "permissions": { + "allow": [ + "WebFetch(domain:github.com)" + ] + } +} diff --git a/ai_planner.py b/ai_planner.py index 801ed1c..d34642d 100644 --- a/ai_planner.py +++ b/ai_planner.py @@ -210,7 +210,7 @@ class AIPlanner: resp = httpx.post( f"{OLLAMA_HOST}/api/chat", json=payload, - timeout=300.0, + timeout=600.0, ) resp.raise_for_status() data = resp.json()