From 1b6d8253c0f7dfdaa6cb1dbdbd37684d192ddecf Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Tue, 30 Jan 2024 12:44:23 -0800 Subject: [PATCH] Fixes prompt typo (#368) --- instructor/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/patch.py b/instructor/patch.py index d8d143a..d936091 100644 --- a/instructor/patch.py +++ b/instructor/patch.py @@ -330,7 +330,7 @@ def retry_sync( kwargs["messages"].append( { "role": "user", - "content": f"Recall the function correctly, fix the errorsexceptions found\n{e}", + "content": f"Recall the function correctly, fix the errors and exceptions found\n{e}", } ) if mode == Mode.MD_JSON: