chatgpt-chrome-extension icon indicating copy to clipboard operation
chatgpt-chrome-extension copied to clipboard

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.

Results 39 chatgpt-chrome-extension issues
Sort by recently updated
recently updated
newest added

I followed the install instructions, npm install gave no errors, but node server.js returned: node:internal/process/esm_loader:97 internalBinding('errors').triggerUncaughtException( ^ Error [ERR_MODULE_NOT_FOUND]: Cannot find module 'eventsource-parser\dist\index.mjs' imported from chatgpt-chrome-extension\node_modules\chatgpt\build\index.js Did you mean to...

When trying to run the server, I get the following error: ``` $ node server.js ✖ Training ChatGPT (1 plugin rules) file:///Users/user/chatgpt-chrome-extension/node_modules/chatgpt/build/index.js:202 const error = new ChatGPTError(msg, { cause: res...

Clicking Ask ChatGPT result in the following error: Error. Make sure you're running the server by following the instructions on https://github.com/gragland/chatgpt-chrome-extension. Also make sure you don't have an adblocker preventing...

unable to set to login with google

-chrome-extension (main) $ node server.js × Training ChatGPT (1 plugin rules) file:///D:/SoftwareDevelopment/GitHub/GPT/chatgpt-chrome-extension/nod e_modules/chatgpt/build/index.js:202 const error = new ChatGPTError(msg, { cause: res }); ^ ChatGPTError: ChatGPT error 404: { "error": {...

Everything else has gone fine up to the point where I run node server.js (.env file has been properly set up and everything). Am I missing something that is causing...

Can I use a local server such as LLama-cpp that uses OpenAI-API?