From a19fb13da6a3907a5a4c2a27bc0bfa256794e7a0 Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 22 Dec 2024 23:01:56 +0000 Subject: [PATCH] chore(licence-update): Update PyProject Toml - License --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7675f88..0eabbf6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]