Files
unlimitedcoding/codex/codex_config.json
delta-cloud-208e 72ac0d75a0 chore: fix file permissions (644 → 755)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 07:46:35 +00:00

20 lines
462 B
JSON
Executable File

{
"base_url": "https://ai.37-187-136-86.sslip.io",
"api_key": "ClauderAPI",
"model": "gpt-5.2-codex",
"models": [
"gpt-5.3-codex",
"gpt-5.2-codex",
"o3",
"o4-mini"
],
"model_reasoning_effort": "high",
"approval_policy": "never",
"sandbox_mode": "danger-full-access",
"wire_api": "responses",
"telemetry_enabled": false,
"check_for_update": false,
"trust_paths": ["/home", "/root", "/tmp"],
"target_version": "0.111.0"
}