From 7a8bdb544ff0c6bf60adfcc740e65f98d8c25e48 Mon Sep 17 00:00:00 2001 From: Anmol Jawandha Date: Wed, 29 Nov 2023 10:05:54 -0800 Subject: [PATCH] Generator blog: small formatting (#237) --- docs/blog/posts/generator.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/blog/posts/generator.md b/docs/blog/posts/generator.md index e08ee16..ef8b896 100644 --- a/docs/blog/posts/generator.md +++ b/docs/blog/posts/generator.md @@ -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!