gragland / chatgpt-chrome-extension

A ChatGPT Chrome extension. Integrates ChatGPT into every text box on the internet.
MIT License
2.83k stars 455 forks source link

Is it possible to use this without the server running #48

Open skillhacker-code opened 1 year ago

skillhacker-code commented 1 year ago

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

colinpeng-datascience commented 7 months ago

I guess you can write everything inside your chrome extension. But that will make the extension not sharable since it will then contain your api keys.