Hacker News new | ask | show | jobs
by Jean-Papoulos 910 days ago
Here I was thinking about putting something like this in my home, and jokingly calling it Jarvis. This will be a great starting point, shame you can't choose the models you want to talk to (ie use local models instead of OpenAI), but great nonetheless !
1 comments

That was exactly my thought haha, I want Jarvis at home. You could easily modify my code to run a local LLM instead
Actually there are a few LLM wrappers around that use the openai API spec (localai is a good one)... so you could just allow a configurable openai endpoint URI and technically users can swap in any model.