Commit 446effb
Run prod agent on gpt-5.4 via OpenAI fallback
Production only has OPENAI_API_KEY configured, so the blueprint-synced
LLM_MODEL=claude-fable-5 made every model call fail with 'Could not
resolve authentication method'. Point LLM_MODEL at gpt-5.4 (the
pre-migration prod model) to route through ChatOpenAI instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 53720d6 commit 446effb
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
0 commit comments