Skip to content

Commit 8d1a91c

Browse files
use 5.2 for telegram instead of 5.3-codex; having issues for some reason
1 parent 36fd2ab commit 8d1a91c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/agents/openclaw-telegram.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const sandbox = await Sandbox.create('openclaw', {
3737
timeoutMs: 3600_000,
3838
})
3939

40-
await sandbox.commands.run('openclaw config set agents.defaults.model.primary openai/gpt-5.3-codex')
40+
await sandbox.commands.run('openclaw config set agents.defaults.model.primary openai/gpt-5.2')
4141

4242
// Enable the Telegram plugin (required before adding the channel)
4343
await sandbox.commands.run('openclaw config set plugins.entries.telegram.enabled true')
@@ -69,7 +69,7 @@ sandbox = Sandbox.create("openclaw", envs={
6969
"TELEGRAM_BOT_TOKEN": os.environ["TELEGRAM_BOT_TOKEN"],
7070
}, timeout=3600)
7171

72-
sandbox.commands.run("openclaw config set agents.defaults.model.primary openai/gpt-5.3-codex")
72+
sandbox.commands.run("openclaw config set agents.defaults.model.primary openai/gpt-5.2")
7373

7474
# Enable the Telegram plugin (required before adding the channel)
7575
sandbox.commands.run("openclaw config set plugins.entries.telegram.enabled true")
@@ -179,7 +179,7 @@ print(logs.stdout)
179179
- `OpenClaw: access not configured`
180180
- Pairing has not been approved yet. Run `openclaw pairing approve ...`.
181181
- `No API key found for provider ...`
182-
- This guide uses `openai/gpt-5.3-codex`. Set `OPENAI_API_KEY` in sandbox envs.
182+
- This guide uses `openai/gpt-5.2`. Set `OPENAI_API_KEY` in sandbox envs.
183183
- No pending pairing requests from `pairing list`
184184
- Send a fresh message to the bot first, then retry `pairing list --channel telegram`.
185185

0 commit comments

Comments
 (0)