From 54d4c73f6308086b3e5d11fc836308c3003e5ef1 Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Mon, 15 Jul 2024 14:19:03 -0400 Subject: [PATCH] Fixed Bug Nicholas found during our call. The error was a missing tag in output, but that error wasn't making it into LLM prompt, so couldn't fix --- management/recipe_sync.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/management/recipe_sync.py b/management/recipe_sync.py index 5d39bef5..e67b7836 100644 --- a/management/recipe_sync.py +++ b/management/recipe_sync.py @@ -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