Skip to content

Commit

Permalink
small formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol6 committed Nov 29, 2023
1 parent c2c3ccf commit 2df396f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/blog/posts/generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ Our web application now displays results faster. Even a 100ms improvement can le
To summarize, we looked at:

• Generators in Python: A powerful feature that allows for efficient data handling with reduced latency

• LLM Streaming: LLMs provide us generators to stream tokens and Instructor can let us validate and extract data from this stream. Real-time data validation ftw!

Don't forget to check our [GitHub](https://github.com/jxnl/instructor) for more resources and give us a star if you find the library helpful!
Expand Down

0 comments on commit 2df396f

Please sign in to comment.