Skip to content

Commit

Permalink
Merge pull request #150 from griptape-ai:dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
shhlife authored Nov 1, 2024
2 parents b4256c0 + 9a14b5b commit 54a9935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nodes/tasks/gtUIParallelImageQueryTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run(self, **kwargs):
prompt_text = "Describe this image"

structure = Workflow(rulesets=rulesets)
start_task = CodeExecutionTask("Start", run_fn=do_start_task, id="START")
start_task = CodeExecutionTask("Start", on_run=do_start_task, id="START")
end_task = PromptTask(
"Concatenate just the output values of the tasks, separated by two newlines: {{ parent_outputs }}",
id="END",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "comfyui-griptape"
version = "1.0.15"
version = "1.0.16"
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
authors = ["Jason Schleifer <jason.schleifer@gmail.com>"]
readme = "README.md"
Expand All @@ -26,7 +26,7 @@ priority = "explicit"
[project]
name = "comfyui-griptape"
description = "Griptape LLM(Large Language Model) Nodes for ComfyUI."
version = "1.0.15"
version = "1.0.16"
license = {file = "LICENSE"}
dependencies = ["griptape[all]==0.34.0", "python-dotenv"]

Expand Down

0 comments on commit 54a9935

Please sign in to comment.