formatting

This commit is contained in:
Jason
2023-08-24 00:28:06 -07:00
parent 3ca4f9b534
commit 46180131a3
6 changed files with 42 additions and 21 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ class UserExtract(BaseModel):
name: str
age: int
user: UserExtract = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
response_model=UserExtract,
@@ -20,4 +21,4 @@ user: UserExtract = openai.ChatCompletion.create(
],
) # type: ignore
print(user)
print(user)