Hey all — quick question about OpenClaw + Telegram auth.
Problem:
My Telegram bot keeps replying:
“You have hit your ChatGPT usage limit (plus plan)”
So Telegram is clearly using ChatGPT OAuth, hitting the Plus quota, even though I do have OpenAI API credits available.
What I want to do:
- Switch now to OpenAI API key (pay-as-you-go) so Telegram stops hitting Plus limits
- Be able to switch back later to OAuth/Auth if needed
Question:
What’s the correct / canonical way to force the Telegram channel to use the OpenAI API provider instead of OAuth, and then switch back cleanly later?
Is this controlled via:
-
auth-profiles.json? - a specific env file (
~/.openclaw/.env) since the gateway runs as a service? - a channel-level provider setting?
Any guidance appreciated 🙏