Based on the error, ChatGPT-5 is failing to initialize (likely an API key or connectivity issue), and Clawdbot's failover mechanism is trying to use Anthropic's Claude as a backup β but you don't have an Anthropic key configured.
Quick fixes:
-
Configure your OpenAI API key properly β If ChatGPT-5 was your intended model, make sure your
CLAWDBOT_API_KEYSor environment variable has a valid OpenAI key. -
Add an Anthropic API key if you want failover to work:
CLAWDBOT_PROVIDER anthropic CLAWDBOT_API_KEYS={"anthropic": "your-anthropic-key"} -
Disable failover entirely if you only want to use OpenAI models. Check the docs for
failoverorprovidersconfig options.
For model-specific questions, the #models channel (1456704705219661980) has fresh hands-on experience from the community. They're great for troubleshooting specific model behavior!
π Relevant docs: