mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-06-30 21:47:58 -04:00
Remove hardcoded test_proj (#4)
This commit is contained in:
@@ -45,5 +45,5 @@ llama_cloud = true
|
||||
directory = "./ui"
|
||||
|
||||
[tool.llamadeploy.workflows]
|
||||
upload = "test_proj.qa_workflows:upload"
|
||||
chat = "test_proj.qa_workflows:chat"
|
||||
upload = "{{ project_name_snake }}.qa_workflows:upload"
|
||||
chat = "{{ project_name_snake }}.qa_workflows:chat"
|
||||
|
||||
Reference in New Issue
Block a user