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