ccg-router / Errors

OPENAI_BASE_URL not working with Codex CLI

If Codex CLI is not reaching ccg-router, verify that the local daemon is running and that OPENAI_BASE_URL points to the local router.

export OPENAI_BASE_URL=http://127.0.0.1:17180
ccg-router start

Checklist