Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Whitestone
ca936f8489 [gemini] [OPENCLAW] Phase 5: Migrate heartbeat/cron from Huey (#62) 2026-03-27 21:40:40 -04:00
Alexander Whitestone
8f10b5fc92 config: update config.yaml 2026-03-27 21:00:44 -04:00
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View File

@@ -8,3 +8,4 @@
*.db-wal
*.db-shm
__pycache__/
.aider*

View File

@@ -1,8 +1,8 @@
model:
default: auto
provider: custom
default: gpt-5.4
provider: openai-codex
context_length: 65536
base_url: http://localhost:8081/v1
base_url: https://chatgpt.com/backend-api/codex
toolsets:
- all
agent: