-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
系统:macos 26.3.1
设备:Apple M1
按照readme源码部署之后启动后命令行显示有些接口不能正常连接。
[CodexApi] Probe https://chatgpt.com/backend-api/models failed: GET failed: error sending request for url (https://chatgpt.com/backend-api/models)
并且测试不通过
curl http://localhost:8080/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{"model":"codex","messages":[{"role":"user","content":"Hello!"}],"stream":true}'
{"error":{"message":"Invalid proxy API key","type":"invalid_request_error","param":null,"code":"invalid_api_key"}}%
建议,可以出一个操作手册吗?包括代理设置,基本配置等,按照readme理解就是开箱即用的。
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels