Skip to content

Commit

Permalink
fix: blog typo for post "Should I Be Using Structured Outputs?" (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwilsonmg authored Sep 13, 2024
1 parent 5984741 commit 4d57d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/posts/introducing-structured-outputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ print(resp)
#> name='JASON' age=25
```

This built-in retry logic allows for targetted correction to the generated response, ensuring that outputs are not only consistent with your schema but also corect for your use-case. This is invaluable in building reliable LLM systems.
This built-in retry logic allows for targetted correction to the generated response, ensuring that outputs are not only consistent with your schema but also correct for your use-case. This is invaluable in building reliable LLM systems.

### Real-time Streaming Validation

Expand Down Expand Up @@ -240,7 +240,7 @@ During the meeting, we agreed on several key points. The conference will be held
The budget for the event is set at $50,000, covering venue costs, speaker fees, and promotional activities. Each participant is expected to contribute an article to the conference blog by February 20th.
A follow-up meetingis scheduled for January 25th at 3 PM GMT to finalize the agenda and confirm the list of speakers.
A follow-up meeting is scheduled for January 25th at 3 PM GMT to finalize the agenda and confirm the list of speakers.
"""


Expand Down

0 comments on commit 4d57d0b

Please sign in to comment.