Skip to content

Commit

Permalink
Fixes prompt typo (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Jan 30, 2024
1 parent b7176fb commit 1b6d825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instructor/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1b6d825

Please sign in to comment.