Skip to content

fix(coo): correct telegram model prefix openai-codex to openai (#770) - #140

Merged
marcusglee11 merged 1 commit into
mainfrom
fix/telegram-model-prefix-770
Jun 28, 2026
Merged

fix(coo): correct telegram model prefix openai-codex to openai (#770)#140
marcusglee11 merged 1 commit into
mainfrom
fix/telegram-model-prefix-770

Conversation

@marcusglee11

Copy link
Copy Markdown
Collaborator

Fix

Telegram bot failed to start because `config/coo/telegram_model.json` specified `openai-codex/*` models which are not in OpenClaw allowed models list.

Changes

  • Updated primary from `openai-codex/gpt-5.4` to `openai/gpt-5.4`
  • Updated fallbacks to use models actually configured in OpenClaw (`openai/`, `deepseek/`, `openrouter/auto`)

Verification

  • Service restarted: `systemctl --user restart lifeos-coo-telegram.service`
  • Status: `active (running)` — confirmed stable 15+ seconds
  • No bootstrap errors in journal

Closes #770

Telegram bot failed to start because config specified openai-codex/* models which are not in OpenClaw allowed models list. Updated to use openai/* and deepseek/* models that are actually configured.

Closes #770.
@marcusglee11
marcusglee11 merged commit 1041293 into main Jun 28, 2026
7 checks passed
@marcusglee11
marcusglee11 deleted the fix/telegram-model-prefix-770 branch June 28, 2026 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant