Ollama is an innovative Al platform designed to democratize access to large language models (LLMs) by allowing users to run these models locally on their machines.
This capability enhances privacy and control over data, as it mitigates concerns associated with cloud-based solutions.
Check if model is available for quick installation
Note that all AI models in Shinkai are powered by Ollama. Before installing Ollama models manually, check the available models list for quick installation.
You can also check in your terminal the installed models in your device:
Copy
Ask AI
$ ollama lsNAME ID SIZE MODIFIEDbespoke-minicheck:7b 66607904c165 4.7 GB 4 hours agoaya:8b 7ef8c4942023 4.8 GB 4 hours agollama3.1:8b-instruct-q4_1 e129e608a752 5.1 GB 3 days agosnowflake-arctic-embed:xs bf75350e1752 45 MB 3 days ago
If the model cannot be found in the quick installation list, proceed to step 2.
2
Pull new model from Ollama
Go to Ollama, and browse the model you want to install.
Copy the code ollama run <model> and paste it in your terminal.For example: