From aae1e3483f83bf3b497b6a9f86ec727f81a91bef Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sat, 4 Nov 2023 16:33:55 -0700 Subject: [PATCH] Include missing quote in function_calls.py --- instructor/function_calls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/function_calls.py b/instructor/function_calls.py index 61e6486..cebe7cd 100644 --- a/instructor/function_calls.py +++ b/instructor/function_calls.py @@ -126,7 +126,7 @@ class OpenAISchema(BaseModel): age: int completion = openai.ChatCompletion.create( - model="gpt-3.5-turbo', + model="gpt-3.5-turbo", messages=[{ "content": "Jason is 20 years old", "role": "user"