Skip to content

Commit b4c298e

Browse files
committed
docs(readme): note that openai-codex provider is unsupported in cloud deploy
1 parent 43cd306 commit b4c298e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ Cycling Coach is a single Node process holding a long-polling connection to Tele
292292
- A persistent volume mounted at `/data` (or wherever you point `CYCLING_COACH_HOME`).
293293
- Secrets injected as env vars, referenced from `config.yaml` via `source: env` (see [Storing secrets outside config.yaml](#storing-secrets-outside-configyaml)).
294294
- One instance only — sessions are sharded by Telegram chat ID on local disk; do not enable autoscaling.
295+
- A BYOK provider (`anthropic` / `openai` / `google`). `LLM_PROVIDER=openai-codex` is **not supported in containers** — it depends on an interactive OAuth flow that writes to the data dir, which can't run headless. Use Anthropic, OpenAI, or Google in the cloud.
295296

296297
### Docker
297298

0 commit comments

Comments
 (0)