mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
docs(openai): clarify gpt-5.4 fast mode
This commit is contained in:
@@ -401,6 +401,12 @@ When fast mode is enabled, OpenClaw maps it to OpenAI priority processing:
|
||||
- existing payload `service_tier` values are preserved
|
||||
- fast mode does not rewrite `reasoning` or `text.verbosity`
|
||||
|
||||
For GPT 5.4 specifically, the most common setup is:
|
||||
|
||||
- send `/fast on` in a session using `openai/gpt-5.4` or `openai-codex/gpt-5.4`
|
||||
- or set `agents.defaults.models["openai/gpt-5.4"].params.fastMode = true`
|
||||
- if you also use Codex OAuth, set `agents.defaults.models["openai-codex/gpt-5.4"].params.fastMode = true` too
|
||||
|
||||
Example:
|
||||
|
||||
```json5
|
||||
|
||||
Reference in New Issue
Block a user