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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Feb 12, 2023
2 parents 2bba32e + 5067643 commit d0703fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# OpenAI-Checker
Used to check if your IP can access OpenAI services.

## Notice
**I have only created this script, and any other websites and programs for OpenAI service availability checking are not my responsibility, so please judge the accuracy by yourself. Theoretically, it is not possible to make accurate judgments through the web side, so it is recommended that you do so through a shell.**

## Detection method
Our detection results come from **Cloudflare** and the accuracy is independent of this script.
Our detection results come from **Cloudflare** and the accuracy is independent of this script.

At present, there are 161 countries supported, and I will continue to update the countries and regions newly supported by OpenAI.

## Usage
```shell
bash <(curl -Ls https://cpp.li/openai)
```
or
```shell
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)
```
Expand Down

0 comments on commit d0703fa

Please sign in to comment.