Skip to content

Commit

Permalink
Merge pull request #430 from PrefectHQ/docs-pirate-type
Browse files Browse the repository at this point in the history
smart pirate
  • Loading branch information
zzstoatzz authored Jul 11, 2023
2 parents 52dde04 + ca386a6 commit e25fa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/utilities/openai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"# Define a smart, public model.\n",
"smart_pirate = gpt3(messages=[pirate_system_message])\n",
"\n",
"smart_pirate.create([{\"role\": \"user\", \"content\": \"Hello!\"}])"
"smart_pirate.create(messages=[{\"role\": \"user\", \"content\": \"Hello!\"}])"
]
},
{
Expand Down

0 comments on commit e25fa7e

Please sign in to comment.