fix: keep explicit image generation model exact · openclaw/openclaw@fbf8b21
steipete
·
2026-04-25
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -172,10 +172,13 @@ When generating an image, OpenClaw tries providers in this order:
|
172 | 172 | - current default provider first |
173 | 173 | - remaining registered image-generation providers in provider-id order |
174 | 174 | |
175 | | -If a provider fails (auth error, rate limit, etc.), the next candidate is tried automatically. If all fail, the error includes details from each attempt. |
| 175 | +If a provider fails (auth error, rate limit, etc.), the next configured candidate is tried automatically. If all fail, the error includes details from each attempt. |
176 | 176 | |
177 | 177 | Notes: |
178 | 178 | |
| 179 | +- A per-call `model` override is exact: OpenClaw tries only that provider/model |
| 180 | + and does not continue to configured primary/fallback or auto-detected |
| 181 | + providers. |
179 | 182 | - Auto-detection is auth-aware. A provider default only enters the candidate list |
180 | 183 | when OpenClaw can actually authenticate that provider. |
181 | 184 | - Auto-detection is enabled by default. Set |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。