Ollama
Learn how to install Ollama models in Shinkai
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.
Step-by-step installation guide
Check if model is available for quick installation
You can also check in your terminal the installed models in your device:
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:
Check that the model is now installed in your device:
Add model to Shinkai
Open Shinkai > Go to AIs
> + Add AI
> + Manually Add AI
-
- Select Ollama in Model Provider.
-
- Select the Model Type you just pulled in step 2.
- (Optional) You can edit the AI Name —> This is how it will be displayed in your Chats view.
This field only accepts alphanumeric characters and underscores.
-
- You DO NOT need an API key, as Ollama runs locally on your device.
Congratulations! You have now installed a new Ollama model in your Shinkai Desktop App!
Was this page helpful?