This commit is contained in:
Jason
2023-09-13 21:59:54 -04:00
parent 8610202e21
commit 30810b59e4
+1 -1
View File
@@ -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(