You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OpenAI fallback: gpt-* LLM_MODEL names route to ChatOpenAI
Production safety net for the Fable 5 cutover: flipping LLM_MODEL to a
gpt-* name in the Render dashboard falls back to OpenAI without a code
change. OPENAI_API_KEY re-declared in render.yaml (sync: false) so the
existing dashboard value survives blueprint sync.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ make dev # Start all services
32
32
> |`claude-fable-5`| Default |
33
33
> |`claude-opus-4-6`| Strong alternative |
34
34
>
35
-
> To use a different provider, swap the chat model in `apps/agent/src/model.py` (see [docs/bring-to-your-app.md](docs/bring-to-your-app.md)). Smaller or weaker models will produce broken layouts, missing interactivity, or incomplete visualizations.
35
+
> Setting `LLM_MODEL` to a `gpt-*` name routes to OpenAI instead (requires `OPENAI_API_KEY`). For other providers, swap the chat model in `apps/agent/src/model.py` (see [docs/bring-to-your-app.md](docs/bring-to-your-app.md)). Smaller or weaker models will produce broken layouts, missing interactivity, or incomplete visualizations.
0 commit comments