mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
fix end quote on model
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user