Skip to content

Commit

Permalink
feat: Limit the number of Ollama app installations
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghe-fit2cloud committed Feb 17, 2025
1 parent 050a411 commit bff0f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ollama-webui/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/ollama/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bff0f99

Please sign in to comment.