mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Fix syntax error in code example (#182)
This commit is contained in:
@@ -81,7 +81,7 @@ def dataframe(data: str) -> Database:
|
||||
return client.chat.completions.create(
|
||||
model="gpt-4-0613",
|
||||
temperature=0.1,
|
||||
response_model=Database
|
||||
response_model=Database,
|
||||
messages=[
|
||||
{
|
||||
"role": "system",
|
||||
|
||||
Reference in New Issue
Block a user