From 30810b59e4348809e301a353f4bc25763ea15fc7 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 13 Sep 2023 21:59:54 -0400 Subject: [PATCH] typo --- instructor/patch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/patch.py b/instructor/patch.py index 686a0ef..4635e1b 100644 --- a/instructor/patch.py +++ b/instructor/patch.py @@ -116,7 +116,7 @@ def wrap_chatcompletion(func: Callable) -> Callable: ) # type: ignore if error: raise ValueError(error) - return (response,) + return response @wraps(func) def new_chatcompletion_sync(