Quick fixes

This commit is contained in:
jeffser
2024-05-26 00:01:14 -06:00
parent 605d837716
commit d619f55ff2
2 changed files with 10 additions and 4 deletions

View File

@@ -5,15 +5,16 @@
<project_license>GPL-3.0-or-later</project_license>
<launchable type="desktop-id">com.jeffser.Alpaca.desktop</launchable>
<name>Alpaca</name>
<summary>Chat with local AI models</summary>
<summary>Chat with local AI models powered by Ollama</summary>
<description>
<p>An Ollama client</p>
<p>Features</p>
<ul>
<li>Built in Ollama instance</li>
<li>Talk to multiple models in the same conversation</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>Image recognition (Only available with compatible models)</li>
<li>Import and export chats</li>
</ul>
<p>Disclaimer</p>
@@ -36,6 +37,8 @@
</requires>
<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>
<branding>
<color type="primary" scheme_preference="light">#8cdef5</color>