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

使用不了报错 #60

Open workmengxue opened 6 months ago

workmengxue commented 6 months ago

{"status":false,"error":{"message":"An error happened, please make sure your request is SFW, or use a jailbreak to bypass the filter.","type":"invalid_request_error"}}

Efan3536 commented 6 months ago

openai限制了

workmengxue commented 6 months ago

{"status":false,"error":{"message":"Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.","type":"invalid_request_error"}}

somenzz commented 6 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": false
}'

{"status":false,"error":{"message":"Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.","type":"invalid_request_error"}}

mggger commented 6 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": false
}'

{"status":false,"error":{"message":"Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.","type":"invalid_request_error"}}

+1 #58

HarrickHeng commented 6 months ago

这边请求返回了429报错 好像是被限制了

workmengxue commented 6 months ago

image

workmengxue commented 6 months ago

image

还是不行

{"status":false,"error":{"message":"An error occurred. Please try again. Additionally, ensure that your request complies with OpenAI's policy.","type":"invalid_request_error"}}

workmengxue commented 6 months ago

{ "status": false, "error": { "message": "Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.", "type": "invalid_request_error" } }

workmengxue commented 6 months ago

有几台服务器没能进去的,各种错误都有

workmengxue commented 6 months ago

{ "status": false, "error": { "message": "The requested endpoint (GET /v1/chat/completions) was not found. please make sure what are you doing now.", "type": "invalid_request_error" } }

missuo commented 6 months ago

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

workmengxue commented 6 months ago

尝试使用我的新存储库:https://github.com/missuo/FreeDuckDuckGo

新的库可以用就是与UI不是很兼容

liumenglife commented 6 months ago

访问http://192.168.50.123:3040/v1/chat/completions报错: {"status":false,"error":{"message":"The requested endpoint (GET /v1/chat/completions) was not found. please make sure what are you doing now.","type":"invalid_request_error"}}

kylezhang commented 4 months ago

{"status":false,"error":{"message":"Error getting a new session, please try again later, if the issue persists, please open an issue on the GitHub repository.","type":"invalid_request_error"}}