mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:20:43 +00:00
docs(openai): canonicalize GPT model refs
This commit is contained in:
@@ -132,13 +132,13 @@ What you set:
|
||||
<Accordion title="OpenAI Code subscription (OAuth)">
|
||||
Browser flow; paste `code#state`.
|
||||
|
||||
Sets `agents.defaults.model` to `openai-codex/gpt-5.5` when model is unset or `openai/*`.
|
||||
Sets `agents.defaults.model` to `openai/gpt-5.5` when model is unset or already OpenAI-family.
|
||||
|
||||
</Accordion>
|
||||
<Accordion title="OpenAI Code subscription (device pairing)">
|
||||
Browser pairing flow with a short-lived device code.
|
||||
|
||||
Sets `agents.defaults.model` to `openai-codex/gpt-5.5` when model is unset or `openai/*`.
|
||||
Sets `agents.defaults.model` to `openai/gpt-5.5` when model is unset or already OpenAI-family.
|
||||
|
||||
</Accordion>
|
||||
<Accordion title="OpenAI API key">
|
||||
|
||||
Reference in New Issue
Block a user