Skip to content

Commit be4da2d

Browse files
committed
🎉 fix all
1 parent 4e9e4eb commit be4da2d

File tree

2 files changed

+92
-2
lines changed

2 files changed

+92
-2
lines changed

README.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# chatgpt-java
2-
chatgpt java
1+
2+
3+
# ChatGPT Java Api
4+
[![PyPi](https://img.shields.io/pypi/v/revChatGPT.svg)](https://pypi.python.org/pypi/revChatGPT)
5+
[![PyPi](https://img.shields.io/pypi/dm/revChatGPT.svg)](https://pypi.python.org/pypi/revChatGPT)
6+
7+
8+
[简体中文文档](https://github.com/PlexPt/chatgpt-java/blob/main/README_zh.md).
9+
10+
Reverse Engineered ChatGPT by OpenAI. Extensible for chatbots etc.
11+
Thanks to [revChatGPT](https://github.com/acheong08/ChatGPT).
12+
13+
# Instructions
14+
Instructions have been moved to the [Wiki](https://github.com/acheong08/ChatGPT/wiki).
15+
16+
If you were using this prior to version 0.0.31, please update immediately. `pip3 install revChatGPT --upgrade`. Fixes has been done to avoid bot blocking
17+
18+
# Features
19+
![image](https://user-images.githubusercontent.com/36258159/205534498-acc59484-c4b4-487d-89a7-d7b884af709b.png)
20+
- No moderation
21+
- Programmable.
22+
23+
# Urgent help needed
24+
- Writing tests
25+
- Decrecate bs4 in favor of pure requests
26+
- **Error handling**
27+
28+
# Awesome ChatGPT
29+
[My list](https://github.com/stars/acheong08/lists/awesome-chatgpt)
30+
31+
If you have a cool project you want added to the list, open an issue.
32+
33+
# Disclaimers
34+
This is not an official OpenAI product. This is a personal project and is not affiliated with OpenAI in any way. Don't sue me
35+
36+
### This is a library and not intended for direct CLI use
37+
The CLI functionality is for demo and testing only. Captcha is not supported (For unclean IP addresses)
38+
39+
### CLI use
40+
[@rawandahmad698](https://github.com/rawandahmad698) has a much better CLI tool at
41+
42+
**[PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)** supports captcha!
43+
44+
# Star History
45+
46+
[![Star History Chart](https://api.star-history.com/svg?repos=acheong08/ChatGPT&type=Date)](https://star-history.com/#acheong08/ChatGPT&Date)

README_zh.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
2+
3+
# ChatGPT Java Api
4+
[![PyPi](https://img.shields.io/pypi/v/revChatGPT.svg)](https://pypi.python.org/pypi/revChatGPT)
5+
[![PyPi](https://img.shields.io/pypi/dm/revChatGPT.svg)](https://pypi.python.org/pypi/revChatGPT)
6+
7+
8+
[简体中文](https://github.com/PlexPt/chatgpt-java/blob/main/LICENSE).
9+
10+
Reverse Engineered ChatGPT by OpenAI. Extensible for chatbots etc.
11+
Thanks to [revChatGPT](https://github.com/acheong08/ChatGPT).
12+
13+
# Instructions
14+
Instructions have been moved to the [Wiki](https://github.com/acheong08/ChatGPT/wiki).
15+
16+
If you were using this prior to version 0.0.31, please update immediately. `pip3 install revChatGPT --upgrade`. Fixes has been done to avoid bot blocking
17+
18+
# Features
19+
![image](https://user-images.githubusercontent.com/36258159/205534498-acc59484-c4b4-487d-89a7-d7b884af709b.png)
20+
- No moderation
21+
- Programmable.
22+
23+
# Urgent help needed
24+
- Writing tests
25+
- Decrecate bs4 in favor of pure requests
26+
- **Error handling**
27+
28+
# Awesome ChatGPT
29+
[My list](https://github.com/stars/acheong08/lists/awesome-chatgpt)
30+
31+
If you have a cool project you want added to the list, open an issue.
32+
33+
# Disclaimers
34+
This is not an official OpenAI product. This is a personal project and is not affiliated with OpenAI in any way. Don't sue me
35+
36+
### This is a library and not intended for direct CLI use
37+
The CLI functionality is for demo and testing only. Captcha is not supported (For unclean IP addresses)
38+
39+
### CLI use
40+
[@rawandahmad698](https://github.com/rawandahmad698) has a much better CLI tool at
41+
42+
**[PyChatGPT](https://github.com/rawandahmad698/PyChatGPT)** supports captcha!
43+
44+
# Star History
45+
46+
[![Star History Chart](https://api.star-history.com/svg?repos=acheong08/ChatGPT&type=Date)](https://star-history.com/#acheong08/ChatGPT&Date)

0 commit comments

Comments
 (0)