feat: Limit the number of Ollama app installations
This commit is contained in:
parent
0ded9f9617
commit
51b49a3d50
|
|
@ -21,7 +21,7 @@ additionalProperties:
|
||||||
zh: 面向 LLM 的用户友好型 WebUI
|
zh: 面向 LLM 的用户友好型 WebUI
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 1
|
||||||
recommend: 0
|
recommend: 0
|
||||||
website: https://openwebui.com/
|
website: https://openwebui.com/
|
||||||
github: https://github.com/open-webui/open-webui
|
github: https://github.com/open-webui/open-webui
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ additionalProperties:
|
||||||
zh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
zh: 本地运行 Llama 2、Mistral、Gemma 和其他大型语言模型
|
||||||
type: tool
|
type: tool
|
||||||
crossVersionUpdate: true
|
crossVersionUpdate: true
|
||||||
limit: 0
|
limit: 1
|
||||||
recommend: 70
|
recommend: 70
|
||||||
website: https://ollama.com/
|
website: https://ollama.com/
|
||||||
github: https://github.com/ollama/ollama
|
github: https://github.com/ollama/ollama
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue