Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

使用不了报错 #60

Open
workmengxue opened this issue Apr 25, 2024 · 14 comments
Open

使用不了报错 #60

workmengxue opened this issue Apr 25, 2024 · 14 comments

Comments

@workmengxue
Copy link

{"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
Copy link

openai限制了

@workmengxue
Copy link
Author

{"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
Copy link

somenzz commented Apr 25, 2024

curl https://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
Copy link

mggger commented Apr 25, 2024

curl https://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
Copy link

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

@workmengxue
Copy link
Author

image

@workmengxue
Copy link
Author

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
Copy link
Author

{
"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
Copy link
Author

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

@workmengxue
Copy link
Author

{
"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
Copy link
Owner

missuo commented Apr 26, 2024

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

@workmengxue
Copy link
Author

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

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

@liumenglife
Copy link

访问https://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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants