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
Copy file name to clipboardExpand all lines: docs/CONFIGURATION.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@ Use `flowModelConfigs` in your Pi settings to define tiered model strategies. Ea
37
37
38
38
Settings are merged: project `.pi/settings.json` overrides global `~/.pi/agent/settings.json`.
39
39
40
+
Models referenced in `flowModelConfigs` are checked against the local `models.json` registry (usually `~/.pi/agent/models.json`). If a model is known to be missing from the registry, a warning is logged, but the model is still tried so that stale or incomplete registries do not silently block valid provider-side models. If **every** configured model for a flow or trace is missing from the registry, the invocation fails fast with a clear `Bad settings` error.
41
+
40
42
## Persistent Flow Mode Switch
41
43
42
44
Switch the global active strategy quickly with `--flow-mode`:
0 commit comments