mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Rename to Instructor (#79)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import openai
|
||||
from pydantic import BaseModel
|
||||
from openai_function_call import patch
|
||||
from instructor import patch
|
||||
|
||||
# By default, the patch function will patch the ChatCompletion.create and ChatCompletion.acreate methods. to support response_model parameter
|
||||
patch()
|
||||
|
||||
Reference in New Issue
Block a user