From c2c3ccf54483cf72a4d9975af40345e2942f7dc8 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 29 Nov 2023 10:14:47 -0500 Subject: [PATCH] Update generator.md --- docs/blog/posts/generator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog/posts/generator.md b/docs/blog/posts/generator.md index d7f4ff8..e08ee16 100644 --- a/docs/blog/posts/generator.md +++ b/docs/blog/posts/generator.md @@ -258,14 +258,14 @@ Time for first result (list): 8.63 seconds Our web application now displays results faster. Even a 100ms improvement can lead to a 1% increase in revenue. -drawing + ## Key Takeaways 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! +• 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!