File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
4343await 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)
7575sandbox.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
You can’t perform that action at this time.
0 commit comments