chatgpt-chrome-extension
chatgpt-chrome-extension copied to clipboard
A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
Attempted install several times, getting this error on Brave: Uncaught (in promise) Error: Could not establish connection. Receiving end does not exist. Context background.js Stack Trace background.js:0 (anonymous function)
Can we use log-in session of chatgpt for authorized requests?
Whenever I click on the ask chatgpt , it does not do anything.
✖ Training ChatGPT (1 plugin rules) file:///D:/chatgpt-chrome-extension-main/chatgpt-chrome-extension-main/node_modules/chatgpt/build/index.js:202 const error = new ChatGPTError(msg, { cause: res }); ^ ChatGPTError: ChatGPT error 404: { "error": { "message": "The model `text-chat-davinci-002-20221122` does not...
I saw several extension like this one , typist AI and others , is it possible to run this with a server running in background . Thank you
Getting this error after adding API key and installing chatgpt ChatGPTError: ChatGPT error 429: { "error": { "message": "You exceeded your current quota, please check your plan and billing details.",...
To avoid exception from being thrown did this ```bash // src/fetch.js (or fetch.mjs if your project is configured to use ES modules) import fetch from 'node-fetch'; if (typeof fetch !==...
```bash "error": { "message": "The model `text-chat-davinci-002-20221122` does not exist", "type": "invalid_request_error", "param": null, "code": null } ```