From 51b49a3d501d56b7f2a5cb2eb5258b932395ef18 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Mon, 17 Feb 2025 12:20:12 +0800 Subject: [PATCH] feat: Limit the number of Ollama app installations --- ollama-webui/data.yml | 2 +- ollama/data.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ollama-webui/data.yml b/ollama-webui/data.yml index 11d8bd97c..27a62b499 100644 --- a/ollama-webui/data.yml +++ b/ollama-webui/data.yml @@ -21,7 +21,7 @@ additionalProperties: zh: 面向 LLM 的用户友好型 WebUI type: tool crossVersionUpdate: true - limit: 0 + limit: 1 recommend: 0 website: https://openwebui.com/ github: https://github.com/open-webui/open-webui diff --git a/ollama/data.yml b/ollama/data.yml index 94b7d324e..d7a60625b 100644 --- a/ollama/data.yml +++ b/ollama/data.yml @@ -21,7 +21,7 @@ additionalProperties: zh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型 type: tool crossVersionUpdate: true - limit: 0 + limit: 1 recommend: 70 website: https://ollama.com/ github: https://github.com/ollama/ollama