@first 在 请问下这个cpa+codex咋用 中发帖
cpa里认证文件导入好了。但是http://127.0.0.1:8317/v1/responses 返回:{“error”:“Missing API key”}
codex里的 config.toml是这么配置的,其中123123是cpa的本地登录密码:
model_reasoning_effort = “xhigh”
plan_mode_reasoning_effort = “xhigh”
supports_websockets = true
[model_providers.cliproxyapi]
base_url = “http://127.0.0.1:8317/v1”
experimental_bearer_token = “sk-123123” # Replace with the API Key you created for Codex in CLIProxy...