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