diff --git a/ollama.changes b/ollama.changes index 68a4f02..bec9b83 100644 --- a/ollama.changes +++ b/ollama.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 27 08:33:15 UTC 2024 - Jan Engelhardt + +- Edit description, answer _what_ the package is and use nominal + phrase. (https://en.opensuse.org/openSUSE:Package_description_guidelines) + ------------------------------------------------------------------- Fri Feb 23 21:13:53 UTC 2024 - Loren Burkholder diff --git a/ollama.spec b/ollama.spec index 236e345..d43cf7a 100644 --- a/ollama.spec +++ b/ollama.spec @@ -18,7 +18,7 @@ Name: ollama Version: 0.1.27 Release: 0 -Summary: Get up and running with Llama 2, Mistral, and other large language models +Summary: Tool for running AI models on-premise License: MIT URL: https://ollama.com Source: %{name}-%{version}.tar.gz @@ -35,7 +35,12 @@ BuildRequires: golang(API) >= 1.21 %{sysusers_requires} %description -Get up and running with Llama 2, Mistral, Gemma, and other large language models. +Ollama is a tool for running AI models on one's own hardware. +It offers a command-line interface and a RESTful API. +New models can be created or existing ones modified in the +Ollama library using the Modelfile syntax. +Source model weights found on Hugging Face and similar sites +can be imported. %prep %autosetup -a1 -p1