Skip to content

Commit

Permalink
Fixed Bug Nicholas found during our call. The error was a missing tag…
Browse files Browse the repository at this point in the history
… in output, but that error wasn't making it into LLM prompt, so couldn't fix
  • Loading branch information
dividor committed Jul 15, 2024
1 parent 24116c9 commit 54d4c73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions management/recipe_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,8 +1020,6 @@ def create_new_recipe(recipe_intent, recipe_author):

print("Running recipe to capture errors for LLM ...")
result = run_recipe(recipe_path)
print("JJJJJJ")
sys.exit()
print(result.stderr)

# If there was an error, call edit recipe to try and fix it one round
Expand Down

0 comments on commit 54d4c73

Please sign in to comment.