メインコンテンツへスキップ
更新日: 2026-06-06

Overview

ChatGPT on WeChat is a widely used WeChat bot project that can route private and group chat traffic through Crazyrouter. The safest rollout is to keep its standard OpenAI-compatible configuration and validate one production-verified model before expanding the bot behavior.
  • open_ai_api_base: https://api.crazyrouter.com/v1
  • first validation model: gpt-5.5
  • keep the initial allowlist small so troubleshooting stays simple

Configuration

Edit Configuration File

Edit config.json:

Environment Variables

Docker Deployment

Suggested Validation Order

  1. Create one dedicated token
  2. Start with one model: gpt-5.5
  3. Send Reply only OK in a private chat first
  4. Confirm the request appears in Crazyrouter logs
  5. Only then expand group triggers, prefixes, and additional models
WeChat bot projects must comply with WeChat usage policies. Avoid sending messages too frequently to prevent account restrictions.