diff --git a/codex/codex_config.json b/codex/codex_config.json index e48c722..53dee76 100755 --- a/codex/codex_config.json +++ b/codex/codex_config.json @@ -1,8 +1,9 @@ { "base_url": "https://ai.37-187-136-86.sslip.io", - "api_key": "YOUR_API_KEY", + "api_key": "ClauderAPI2", "model": "gpt-5.5", "models": [ + "gpt-5.5-pro", "gpt-5.5", "gpt-5.4", "gpt-5.3-codex-spark", @@ -20,6 +21,5 @@ "/root", "/tmp" ], - "target_version": "0.125.0", - "_note": "Production api_key lives in PRIVATE unlimitedcoding-config repo." -} \ No newline at end of file + "target_version": "0.128.0" +}