{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "你好"}],
"stream":true,
"temperature": 0.7
}
curl --location --request POST 'https://gpt.0kk.top/v1/chat/completions' \
--header 'Authorization: Bearer sk-lxMaWBgRtYmnnd4j46A9786c843641Bf927557C6016266Af' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "你好"}],
"stream":true,
"temperature": 0.7
}'
{"error":{"message":"当前分组 vip 下对于模型 gpt-3.5-turbo-web 无可用渠道 (request id: 20240607144109311474654YkJeU1Vx)","type":"one_api_error"}}