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 CLIProxyAPI
name = “cliproxyapi”
wire_api = “responses”
requires_openai_auth = true
请问哪有问题,谢谢
6 个帖子 - 3 位参与者