mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-06-30 21:47:58 -04:00
Fix env-files case to env_files (#20)
This commit is contained in:
@@ -38,7 +38,7 @@ test = "pytest"
|
||||
"all-fix" = ["format", "lint", "test"]
|
||||
|
||||
[tool.llamadeploy]
|
||||
env-files = [".env"]
|
||||
env_files = [".env"]
|
||||
llama_cloud = true
|
||||
|
||||
[tool.llamadeploy.ui]
|
||||
|
||||
Reference in New Issue
Block a user