FreeGPT35 icon indicating copy to clipboard operation
FreeGPT35 copied to clipboard

gpt response with empty content

Open Ashye opened this issue 1 year ago • 2 comments

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"}]}

Ashye avatar Apr 24 '24 13:04 Ashye

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

rootwhois avatar Apr 24 '24 14:04 rootwhois

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

missuo avatar Apr 26 '24 00:04 missuo