ChatGPT icon indicating copy to clipboard operation
ChatGPT copied to clipboard

Reverse engineered ChatGPT API

Results 343 ChatGPT issues
Sort by recently updated
recently updated
newest added

I don't know whether the official mode of revChatGPT can only run under linux? It seems that the python program should be cross-platform, but it seems that after installing pip...

**Description** Using Jupiter Notebook. Just noticed the library no longer works as it used to. Creating ChatBot object using email and password ends with this traceback: ```Waiting for captcha to...

bug

from revChatGPT.revChatGPT import AsyncChatbot as ChatGPT3Bot I'm getting error like in the image ![Screenshot_2023-02-05-19-35-58-39_dce875ef40efa4e902b2719365b6f678.jpg](https://user-images.githubusercontent.com/124343610/216824219-32a0b84d-c108-41c0-80a5-e3e216faf379.jpg)

> Most basic example (I don't know async): > > ```python > from revChatGPT.Official import AsyncChatbot > import asyncio > > async def main(): > bot = AsyncChatbot(api_key="sk-...") > return...

How can I nnable debug logging for the revChatGpt package

**Description** A clear and concise description of what the bug is. **Steps to Reproduce** 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Yes, When I try to use the API on my...

I updated the document to make it more clear. Thanks!

It seems there is not still a offical ChatGPT API. In your Q & A, # Q: Is it the real ChatGPT or just a GPT-3 based ripoff? A: It...

Hello, I wrote a program using this library three weeks ago and it worked for me but since the changes it's not running properly. As suggested in another bug thread...

bug