Generator blog: small formatting (#237)

This commit is contained in:
Anmol Jawandha
2023-11-29 10:05:54 -08:00
committed by GitHub
parent c2c3ccf544
commit 7a8bdb544f
+1
View File
@@ -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!