We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7bfbb commit 2f7155cCopy full SHA for 2f7155c
pyproject.toml.jinja
@@ -45,5 +45,5 @@ llama_cloud = true
45
directory = "./ui"
46
47
[tool.llamadeploy.workflows]
48
-upload = "test_proj.qa_workflows:upload"
49
-chat = "test_proj.qa_workflows:chat"
+upload = "{{ project_name_snake }}.qa_workflows:upload"
+chat = "{{ project_name_snake }}.qa_workflows:chat"
0 commit comments