Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/missuo/OpenAI-Checker
Used to check if your IP can access OpenAI services.
https://github.com/missuo/OpenAI-Checker
chatgpt openai
Last synced: about 1 month ago
JSON representation
Used to check if your IP can access OpenAI services.
- Host: GitHub
- URL: https://github.com/missuo/OpenAI-Checker
- Owner: missuo
- License: mit
- Archived: true
- Created: 2023-02-09T08:51:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T06:21:40.000Z (about 1 year ago)
- Last Synced: 2024-07-31T08:19:08.695Z (4 months ago)
- Topics: chatgpt, openai
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 765
- Watchers: 6
- Forks: 76
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - missuo/OpenAI-Checker - Used to check if your IP can access OpenAI services. (UIs / CLI)
README
# OpenAI-Checker
Used to check if your IP can access OpenAI services.> [!IMPORTANT]
> **With the update of OpenAI's strategy, this script may no longer be accurate. (May 29, 2023)**## Detection method
Our detection results come from **Cloudflare** and the accuracy is independent of this script.At present, there are 163 countries supported, and I will continue to update the countries and regions newly supported by OpenAI. (April 5, 2023)
## Usage
```shell
bash <(curl -Ls https://cdn.jsdelivr.net/gh/missuo/OpenAI-Checker/openai.sh)
```
**The following short link is temporarily unavailable due to an expired domain. I am in urgent communication with the domain registrar.**
```shell
bash <(curl -Ls https://cpp.li/openai)
```
## Result
```
> bash <(curl -Ls https://cpp.li/openai)
OpenAI Access Checker. Made by Vincent
https://github.com/missuo/OpenAI-Checker
-------------------------------------
[IPv4]
Your IPv4: 205.185.1.1 - FranTech Solutions
Your IP supports access to OpenAI. Region: US
-------------------------------------
[IPv6]
Your IPv6: 2401:95c0:f001::1 - Vincent Yang
Your IP supports access to OpenAI. Region: TW
-------------------------------------
```
## Thanks
- [Hill-98](https://github.com/Hill-98): Improved the Loc Code that can support access to OpenAI. [#1](https://github.com/missuo/OpenAI-Checker/issues/1)## Author
**OpenAI-Checker** © [Vincent Young](https://github.com/missuo), Released under the [MIT](./LICENSE) License.