Update README.md

This commit is contained in:
Zachary Huang
2025-05-05 14:02:48 -04:00
committed by GitHub
parent 61f5e89769
commit f3b679d2bd
+3 -1
View File
@@ -2,6 +2,8 @@
Demonstrates real-time LLM response streaming with user interrupt capability.
- Check out the [Substack Post Tutorial](https://zacharyhuang.substack.com/p/text-to-sql-from-scratch-tutorial) for more!
## Features
- Real-time display of LLM responses as they're generated
@@ -43,4 +45,4 @@ export OPENAI_API_KEY="your-api-key-here"
- `main.py`: StreamNode implementation
- `utils.py`: Real and fake LLM streaming functions