Skip to content

Commit

Permalink
reformatting to please the CI/CD gods
Browse files Browse the repository at this point in the history
  • Loading branch information
siyangqiu committed Aug 13, 2024
1 parent 82d3210 commit 758df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openai-gpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
"res = openai.chat.completions.create(\n",
" model=\"gpt-3.5-turbo\", messages=message, temperature=0.5, stream=False\n",
")\n",
"print(res.choices[0].message['content'])"
"print(res.choices[0].message[\"content\"])"
]
},
{
Expand Down

0 comments on commit 758df79

Please sign in to comment.