From 813f3d2b17aa6a1530b193e919e9ada654286ca6 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Sat, 4 Nov 2023 16:32:27 -0700 Subject: [PATCH] fix end quote on model --- instructor/dsl/citation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructor/dsl/citation.py b/instructor/dsl/citation.py index ba27827..b324880 100644 --- a/instructor/dsl/citation.py +++ b/instructor/dsl/citation.py @@ -21,7 +21,7 @@ class CitationMixin(BaseModel): context = "Betty was a student. Jason was a student. Jason is 20 years old" user = openai.ChatCompletion.create( - model="gpt-3.5-turbo', + model="gpt-3.5-turbo", messages=[ { "role": "user",