用三方的 AI API 服务商时,不确定是否是 OpenAI API 官方正版转发,还是 ChatGPT 逆向
https://x.com/arvin17x/status/1819346887851626969
1curl https://api.ohmygpt.com/v1/chat/completions \
2-H "Content-Type: application/json" \
3-H 'Authorization: Bearer XXX' \
4-d '{
5"messages": [
6{
7"role": "user",
8"content": "写一个10个字的笑话"
9}
10],
11"seed": 1,
12"model": "gpt-4o-mini"
13}'
标准答案,且不会变:为什么鱼不说话?因为它们水里!