mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
typo
This commit is contained in:
+1
-1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user