Skip to content

Commit

Permalink
fix: typo in parea blog
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed May 21, 2024
1 parent ba94dc3 commit 2d9f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/posts/parea.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ email = client.messages.create(
model="gpt-3.5-turbo",
max_tokens=1024,
max_retries=3,
messages=[ # (3)!
messages=[ # (1)!
{
"role": "user",
"content": "I'm responding to a student's question. Here is the link to the documentation: {{doc_link1}} and {{doc_link2}}",
Expand Down

0 comments on commit 2d9f4d1

Please sign in to comment.