LikeDemon (@Micdiane)小白求助,用公益站API配roocode失败 中发帖

[image] 
[image]
如图配置,curl命令可以正常使用,curl https://newapi.netlib.re/v1/chat/completions \

-H “Authorization: Bearer xxx”
-H “Content-Type: application/json”
-d ‘{
“model”: “gpt-5”,
“messages”: [{“role”: “user”, “content”: “你好”}],
“stream”: false
}’

{“id”:“chatcmpl-7099d2b4”,“object”:“chat.completion”,“created”:1762490608,“model”:“gpt-5”,“choices”:[{“index”:0,“message”:{“role”:“assistan...