Sublime
An inspiration engine for ideas
Chia Amisola
chia.design


Molly Mielke
mollymielke.comSara Du
saradu.com
Demel – K Gilbert
katharinagilbert.com
Delia's Japan Doc
Slurp, Soak, Scope: Delia's Stream-of-Consciousness Japan Diary For The Perfect Pre-Spring Semi-Solo & Only Slightly Existential Sojourn Greetings! If you've been made to suffer through my manic vacation posting this month, you are entitled to compensation. Or at least, a copy of my itinerary...
docs.google.com
Along comes Ollama.
I installed it using this one line script on my Ubuntu server
curl https://ollama.ai/install.sh | sh
And then installed Mistral 7b with this simple CLI command
ollama run mistral
And I am now able to access Mistral 7b from my Node RED flow by making an http request
I was able to do everything in less than 15 minutes.
Mistral 7b is runn... See more
I installed it using this one line script on my Ubuntu server
curl https://ollama.ai/install.sh | sh
And then installed Mistral 7b with this simple CLI command
ollama run mistral
And I am now able to access Mistral 7b from my Node RED flow by making an http request
I was able to do everything in less than 15 minutes.
Mistral 7b is runn... See more