missuo / FreeGPT35

Utilize the unlimited free GPT-3.5-Turbo API service provided by the login-free ChatGPT Web.
GNU Affero General Public License v3.0
3.34k stars 1.03k forks source link

gpt response with empty content #57

Open Ashye opened 7 months ago

Ashye commented 7 months ago

curl http://127.0.0.1:3040/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer any_string_you_like" -d '{ "model": "gpt-3.5-turbo", "messages": [ { "role": "user", "content": "Hello!" } ], "stream": true }'

get a empty response with: data: {"id":"chatcmpl-**","created":1713965171742,"object":"chat.completion.chunk","model":"gpt-3.5-turbo","choices":[{"delta":{"content":""},"index":0,"finish_reason":"stop"}]}

rootwhois commented 7 months ago

I met the same problem, it seems that https://chat.openai.com/backend-anon/sentinel/chat-requirements is not working...

missuo commented 7 months ago

try to use my new repo: https://github.com/missuo/FreeDuckDuckGo