We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d864511 commit 047d540Copy full SHA for 047d540
1 file changed
docs/concepts/oauth.md
@@ -137,8 +137,10 @@ openclaw models auth login --provider openai
137
```
138
139
Use `--profile-id openai:<name>` for multiple ChatGPT/Codex OAuth accounts in
140
-one agent. Do not use `openai-codex:<name>` for new profiles; doctor migrates
141
-that older prefix to `openai:<name>`.
+one agent. Do not use `openai-codex:<name>` for new profiles. Doctor migrates
+that older prefix to a collision-free `openai:*` profile id; run
142
+`openclaw models auth list --provider openai` after repair before copying
143
+profile ids into `auth.order` or `/model ...@<profileId>`.
144
145
Flow shape (PKCE):
146
0 commit comments