Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to check the chat requirements, {"details":"Unauthorized"} #9

Closed
xsigoking opened this issue Apr 11, 2024 · 0 comments
Closed

Comments

@xsigoking
Copy link
Owner

Login-free ChatGPT is being gradually launched. It may not be available in your current region.

OpenAI, April 1, 2024

Starting today, you can use ChatGPT instantly, without needing to sign-up. We're rolling this out gradually, with the aim to make AI accessible to anyone curious about its capabilities.

Run the following command to check if it is available

curl 'https://chat.openai.com/backend-anon/sentinel/chat-requirements' \
  -H 'accept: */*' \
  -H 'accept-language: en' \
  -H 'cache-control: no-cache' \
  -H 'content-type: application/json' \
  -H 'oai-device-id: 31d07b2e-40ae-4af8-9501-573ed853e39b' \
  -H 'oai-language: en-US' \
  -H 'origin: https://chat.openai.com' \
  -H 'pragma: no-cache' \
  -H 'referer: https://chat.openai.com/' \
  -H 'sec-ch-ua: "Google Chrome";v="123", "Not:A-Brand";v="8", "Chromium";v="123"' \
  -H 'sec-ch-ua-mobile: ?0' \
  -H 'sec-ch-ua-platform: "Windows"' \
  -H 'sec-fetch-dest: empty' \
  -H 'sec-fetch-mode: cors' \
  -H 'sec-fetch-site: same-origin' \
  -H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36' \
  --data-raw '{}'

If curl returns {"details":"Unauthorized"}, then login-free ChatGPT is not available in your current region.

@xsigoking xsigoking pinned this issue Apr 11, 2024
@xsigoking xsigoking changed the title Failed to check the chat requirements Failed to check the chat requirements, {"details":"Unauthorized"} Apr 11, 2024
@xsigoking xsigoking unpinned this issue Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant