公益ChatGPT接口

curl --location 'https://freegpt.nl/v1/chat/completions' \
--header 'Content-Type: application/json;charset=utf-8' \
--header 'Authorization: Bearer ghu_pool' \
--data '{
  "model": "gpt-4",
  "messages": [
    {
      "role": "user",
      "content": "o1222i"
    }
  ]
}'
            

相关链接