fix end quote on model

This commit is contained in:
Kyle Kelley
2023-11-04 16:32:27 -07:00
committed by Jason Liu
parent 3328ed5e7d
commit 813f3d2b17
+1 -1
View File
@@ -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",