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
@@ -4,7 +4,7 @@ from typing import Any, List
import openai
from pydantic import Field
from openai_function_call import OpenAISchema
from instructor import OpenAISchema
class SQLTemplateType(str, enum.Enum):