This commit is contained in:
Ruslan Nigmatullin
2026-03-25 17:54:19 -07:00
parent 685d77d2c1
commit 82be4e88b0
17 changed files with 19 additions and 253 deletions

View File

@@ -7,11 +7,10 @@ For remote-control-only deployments, use `codexd`. It runs the same app-server r
Remote control is configured in `~/.codex/config.toml`:
```toml
chatgpt_base_url = "https://chatgpt.com/backend-api/"
[features]
remote_control = true
[remote_control]
base_url = "https://chatgpt.com/backend-api/"
```
## Table of Contents