Rename to Instructor (#79)

This commit is contained in:
Jason Liu
2023-08-16 21:11:06 -07:00
committed by GitHub
parent 944366847f
commit a7a07772b9
47 changed files with 281 additions and 262 deletions
+1 -1
View File
@@ -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()