fix: prioritize direct providers for goal patch recovery

This commit is contained in:
thanhnv
2026-07-18 10:32:06 +07:00
parent 049f0c9b04
commit e17a373da6
5 changed files with 84 additions and 14 deletions
+6
View File
@@ -6,3 +6,9 @@ CASAN_CHAT_MODEL_PROVIDER=omniroute
CASAN_OPENAI_COMPATIBLE_BASE_URL=http://host.docker.internal:20128/v1
CASAN_OPENAI_COMPATIBLE_API_KEY=replace-with-your-omniroute-or-openai-key
CASAN_PREFLIGHT=1
# Official providers are separate from the compatible gateway and are preferred
# in governed goal review and H2 patch-format recovery when configured.
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
CASAN_GOAL_OPENAI_MODEL=gpt-4o-mini
CASAN_GOAL_ANTHROPIC_MODEL=claude-3-5-sonnet-latest