elevenhsoft / cosmic-ext-applet-ollama

Ollama applet for COSMIC Desktop
GNU General Public License v3.0
27 stars 1 forks source link

Ollama applet for COSMIC Desktop


chat settings

Before using this applet, you must have Ollama installed on your system. To do this, run this in your terminal:

curl -fsSL https://ollama.com/install.sh | sh

Source: Ollama Github

After installing Ollama. Pull some models, you would like to use with chat, for example

ollama pull llama3

More models you can find in library: https://ollama.com/library

Installing this applet

Clone the repository, and use just

If you don't have just installed, it is available in PopOS repository, so you can install it with apt

sudo apt install just

Now you can clone repo and install applet.

git clone https://github.com/elevenhsoft/cosmic-ext-applet-ollama.git

cd cosmic-ext-applet-ollama

Building

Run just:

just

Installing

sudo just install

Done

From now, you will be able to add applet to your desktop panel/dock and chat with different models in real time :)

Cheers!