From 53a216ea5f12a33d85859167b8f0620cbfc4190a Mon Sep 17 00:00:00 2001 From: NikkeDoy Date: Sun, 25 Jan 2026 16:06:53 +0200 Subject: [PATCH] :memo: | Updated README.md --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6132256..f65f9e9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,41 @@ -# Plasma-AI-Chat +# AI Chat for KDE Plasma -Integrated AI chat widget for KDE Plasma, powered by Ollama. Interact with a large language model (LLM) directly from your desktop. \ No newline at end of file +An integrated AI chat widget for KDE Plasma, powered by Ollama. Interact with a local LLM directly from your desktop. + +## Features + +- Chat with local Ollama models +- Works inside Plasma Desktop +- Easy installation via `kpackagetool6` + +## Installation + +1. **Install the widget** (assumes the package is in the current directory): + + ```bash + kpackagetool6 -t Plasma/Applet -i . + ``` + + This registers the widget in your Plasma system. + +2. **Restart Plasma**: + + ```bash + plasmashell --replace & + ``` + + > Restarting is recommended to fully activate the new widget. + > Alternatively, log out and log back in. + +## Usage + +After installation, add the widget to your panel: + +1. Right‑click the panel → **Add Widgets…**. +2. Search for **AI Chat** and add it. + +The widget will launch and allow you to chat with your local Ollama models. + +## License + +This project is licensed under the MIT license. See the `LICENSE` file for details.