chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
Error. Make sure you're running the server by following the instructions on https://github.com/gragland/chatgpt-everywhere. Also make sure you don't have an adblocker preventing requests to localhost:3000. In the terminal I still...
Can you provide the method of proxy when requesting ChatGPT ? Or Access Token Authentication/Email and password authentication mode ...
Being thrown this error, not sure if it is to do with new Cloudflare protections.
There appears to be an issue with the second step of the sever initialization. ``` const error = new ChatGPTError(msg); ChatGPTError: ChatGPTAPI error 429 statusCode: 429, statusText: 'Too Many Requests'...
The latest version on https://github.com/transitive-bullshit/chatgpt-api uses a captcha solver to get around Cloudflare protection and make requests to ChatGPT. If anyone wants to tackle this a pull request is greatly...
You'll need to copy the .env.example and fill it in with the new required fields. image plugin wasn't working and I didn't dig into why. Has that api updated too?...
sorry if this is too beginner but I get the following error when running node server.js PS C:\Users\Asus\chatgpt-chrome-extension> node server.js C:\Users\Asus\chatgpt-chrome-extension\node_modules\puppeteer-core\lib\cjs\puppeteer\node\BrowserRunner.js:299 reject(new Error([ ^ Error: Failed to launch the browser...
Hi, I try to get your chrome extension. I got to: Run the server so the extension can communicate with ChatGPT. node server.js and got: Error [ERR_MODULE_NOT_FOUND]: Cannot find package...