Skip to content

Commit

Permalink
chore(licence-update): Update PyProject Toml - License
Browse files Browse the repository at this point in the history
  • Loading branch information
comfy-pr-bot committed Dec 22, 2024
1 parent e90d866 commit a19fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "comfyui-ollama-describer"
description = "This is an extension for ComfyUI that makes it possible to use some LLM models provided by Ollama, such as Gemma, Llava (multimodal), Llama2, Llama3 or Mistral. Speaking specifically of the LLaVa - Large Language and Vision Assistant model, although trained on a relatively small dataset, it demonstrates exceptional capabilities in understanding images and answering questions about them. This model presents similar behaviors to multimodal models such as GPT-4, even when presented with invisible images and instructions."
version = "1.0.0"
license = "LICENSE"
license = { file = "LICENSE" }
dependencies = ["ollama"]

[project.urls]
Expand Down

0 comments on commit a19fb13

Please sign in to comment.