Skip to content

Commit

Permalink
fix missing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Dec 4, 2024
1 parent f828063 commit 5333f57
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ def test():
"""
Test the crew execution and returns the results.
"""
inputs = {
{%- for input in cookiecutter.structure.inputs %}
"{{input}}": "",
{%- endfor %}
}
try:
{{cookiecutter.project_metadata.project_name|replace('-', '')|replace('_', '')|capitalize}}Crew().crew().test(n_iterations=int(sys.argv[1]), openai_model_name=sys.argv[2], inputs=inputs)

Expand Down

0 comments on commit 5333f57

Please sign in to comment.