Skip to content

Commit

Permalink
Modify description in appdata file
Browse files Browse the repository at this point in the history
  • Loading branch information
pejuko committed May 11, 2024
1 parent 2497dfb commit f50e435
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions io.github.pejuko.follamac.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
</developer>

<description>
<p>
You need Ollama ( https://ollama.com/ ) running on your localhost with some model.
Once Ollama is running the model can be pulled from follamac or from command line.
From command line type something like: ollama pull llama3
If you wish to pull from follamac you can write llama3 into "Model name to pull" input box and click the PULL button.
</p>
<p>
Follamac is a desktop application which provides convenient way to work with Ollama and large language models (LLMs) and provides these features:
</p>
Expand Down Expand Up @@ -51,6 +57,7 @@
</categories>

<releases>
<release version="0.1.4" date="2024-05-11" />
<release version="0.1.3" date="2024-02-26" />
</releases>
</component>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "follamac",
"productName": "Follamac",
"version": "0.1.3",
"version": "0.1.4",
"description": "Follamac is an desktop application which provides convenient way to work with Ollama. Ollama works with large language models (LLMs).",
"homepage": "https://github.com/pejuko/follamac",
"repository": "https://github.com/pejuko/follamac",
Expand Down

0 comments on commit f50e435

Please sign in to comment.