You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ollama is an app that lets you host your own LLMs, assuming you have the hardware for that. And the hardware requirements are actually pretty generous, i can run gemma2-2b on my 2012 thinkpad (3rd gen intel core i7, 12 gigs of ram, no dgpu). Its also entirely free and open source.
Wouldn't it be cool if you could point your keyboard to it and make your own, personal, self-hosted AI work for you? I know it would, because all the currently available options are sadly unavailable in my area due to, ahem, capitalist bullshit. You should always have a fallback that does not rely on external servers owned by other people, you know what I'm sayin?
p.s. i did try the promised built-in ollama compatibility with openai completions api, it did not work, probably because that uses the v1 api and you dont
The text was updated successfully, but these errors were encountered:
ollama is an app that lets you host your own LLMs, assuming you have the hardware for that. And the hardware requirements are actually pretty generous, i can run gemma2-2b on my 2012 thinkpad (3rd gen intel core i7, 12 gigs of ram, no dgpu). Its also entirely free and open source.
Wouldn't it be cool if you could point your keyboard to it and make your own, personal, self-hosted AI work for you? I know it would, because all the currently available options are sadly unavailable in my area due to, ahem, capitalist bullshit. You should always have a fallback that does not rely on external servers owned by other people, you know what I'm sayin?
ollama API reference is available here. A community-driven wrapper library for Java is available here. And another one. And a third one.
p.s. i did try the promised built-in ollama compatibility with openai completions api, it did not work, probably because that uses the v1 api and you dont
The text was updated successfully, but these errors were encountered: