New description

This commit is contained in:
jeffser 2024-05-23 19:40:35 -06:00
parent 8ed8c6d04b
commit 9e6fba0e7f

View File

@ -5,13 +5,16 @@
<project_license>GPL-3.0-or-later</project_license> <project_license>GPL-3.0-or-later</project_license>
<launchable type="desktop-id">com.jeffser.Alpaca.desktop</launchable> <launchable type="desktop-id">com.jeffser.Alpaca.desktop</launchable>
<name>Alpaca</name> <name>Alpaca</name>
<summary>Chat with multiple AI models</summary> <summary>Chat with local AI models</summary>
<description> <description>
<p>An Ollama client</p> <p>An Ollama client</p>
<p>Features</p> <p>Features</p>
<ul> <ul>
<li>Talk to multiple models in the same conversation</li> <li>Talk to multiple models in the same conversation</li>
<li>Pull and delete models from the app</li> <li>Pull and delete models from the app</li>
<li>Have multiple conversations</li>
<li>Image recognition (Only available with LLaVA Model)</li>
<li>Import and export chats</li>
</ul> </ul>
<p>Disclaimer</p> <p>Disclaimer</p>
<p>This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any models.</p> <p>This project is not affiliated at all with Ollama, I'm not responsible for any damages to your device or software caused by running code given by any models.</p>