From 72236d5ec16cef9fab36f77d6a704a1074e976c5 Mon Sep 17 00:00:00 2001 From: tipi Date: Mon, 11 Aug 2025 10:37:41 +0000 Subject: [PATCH] =?UTF-8?q?apps/ollama-cpu/config.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/ollama-cpu/config.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 apps/ollama-cpu/config.json diff --git a/apps/ollama-cpu/config.json b/apps/ollama-cpu/config.json new file mode 100644 index 0000000..40ef7cc --- /dev/null +++ b/apps/ollama-cpu/config.json @@ -0,0 +1,21 @@ +{ + "$schema": "../app-info-schema.json", + "name": "Ollama - CPU", + "available": true, + "exposable": true, + "dynamic_config": true, + "port": 11436, + "id": "ollama-cpu", + "tipi_version": 68, + "version": "v0.11.4", + "categories": ["ai"], + "description": "Get up and running with Llama 3, Mistral, Gemma, and other large language models.", + "short_desc": "LLMs inference server with OpenAI compatible API", + "author": "ollama", + "source": "https://github.com/ollama/ollama", + "website": "https://ollama.com", + "form_fields": [], + "supported_architectures": ["arm64", "amd64"], + "created_at": 1691943801422, + "updated_at": 1752087893619 +} \ No newline at end of file