From a6c10ee5963c251843164040478c9a98d8090db6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 30 Apr 2025 08:10:29 +0000 Subject: [PATCH] Update date in json --- frontend/public/json/ollama.json | 66 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/frontend/public/json/ollama.json b/frontend/public/json/ollama.json index 8447e9de544..e73f34873a5 100644 --- a/frontend/public/json/ollama.json +++ b/frontend/public/json/ollama.json @@ -1,35 +1,35 @@ { - "name": "Ollama", - "slug": "ollama", - "categories": [ - 20 - ], - "date_created": "2025-04-28", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 11434, - "documentation": "https://github.com/ollama/ollama/tree/main/docs", - "config_path": "/usr/local/lib/ollama", - "website": "https://ollama.com/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg", - "description": "Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.", - "install_methods": [ - { - "type": "default", - "script": "ct/ollama.sh", - "resources": { - "cpu": 4, - "ram": 4096, - "hdd": 35, - "os": "Ubuntu", - "version": "24.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Ollama", + "slug": "ollama", + "categories": [ + 20 + ], + "date_created": "2025-04-30", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 11434, + "documentation": "https://github.com/ollama/ollama/tree/main/docs", + "config_path": "/usr/local/lib/ollama", + "website": "https://ollama.com/", + "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/ollama.svg", + "description": "Ollama is a tool that allows you to run large language models locally on your own computer. This means you can experiment with and use these AI models without needing an internet connection or relying on cloud-based services. It simplifies the process of managing and running these models, offering a way to keep your data private and potentially work faster. 1 You can use Ollama to create local chatbots, conduct AI research, develop privacy-focused AI applications, and integrate AI into existing systems.", + "install_methods": [ + { + "type": "default", + "script": "ct/ollama.sh", + "resources": { + "cpu": 4, + "ram": 4096, + "hdd": 35, + "os": "Ubuntu", + "version": "24.04" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] }