sukeesh / Jarvis

Personal Assistant for Linux and macOS
MIT License
3.03k stars 1.04k forks source link

Try to add ChatGPT API to Jarvis...will me it more lively #1086

Open Zaidtech opened 1 year ago

jhutchings99 commented 1 year ago

Hey @Zaidtech! Are you working on implementing this issue? If not I would love to work on it, please let me know!

jomama11 commented 1 year ago

this seems interesting, but doesn't open API cost money if you wanted to use it?

Zaidtech commented 1 year ago

Yeah @jomama11, but was thinking of a way to scrap and use it...if you have any idea how can we approach that do tell me ...will be working together on it

Zaidtech commented 1 year ago

Hey @Zaidtech! Are you working on implementing this issue? If not I would love to work on it, please let me know!

Yeah you can work ....provided you can pay for the API!

jomama11 commented 1 year ago

Hey @Zaidtech I don't think I could afford openAI keys for now, even if they do provide a free 5$ credit. But, if anyone could add a feature for any user to pay some kind of subscription for Jarvis that includes chat-gpt, that could be a different way to add chat-gpt to Jarvis.

pnhofmann commented 1 year ago

Hmm, chatgpt seems like a bit of an overkill.

But GPT-2 is actually Open Source. Not nearly as powerful as GPT-3 or GPT-4, but still really good. Alternatively there is StableLM. Or some other alternatives.

If someone wants to look into any of that (I haven't) - maybe, could be actually nice if we could use anything for better recognition of characters or make answers more natural.

jomama11 commented 1 year ago

@pnhofmann it could have a free version with gpt-2 included and also a subscription option with either gpt-3, gpt-3.5 or gpt-4.

jhutchings99 commented 1 year ago

I got the plugin created and working using gpt-2! Just posted my merge request

Her0Class08 commented 8 months ago

Could it be made by having the individual user create their own API?