aurora-develop / aurora

free

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TLS handshake timeout

meekr opened this issue · comments

终端运行 curl
curl --location 'http://127.0.0.1:8080/v1/chat/completions'
--header 'Content-Type: application/json'
--data '{
"model": "gpt-3.5-turbo",
"messages": [{"role": "user", "content": "Say this is a test!"}],
"stream": true
}'

返回:{"error":"Post "https://chat.openai.com/cdn-cgi/challenge-platform/h/b/jsd/r/df7cec3ee9a25612\": net/http: TLS handshake timeout"}

出cf盾了