Update README.md
This commit is contained in:
parent
61f5e89769
commit
f3b679d2bd
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
Demonstrates real-time LLM response streaming with user interrupt capability.
|
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
|
## Features
|
||||||
|
|
||||||
- Real-time display of LLM responses as they're generated
|
- 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
|
- `main.py`: StreamNode implementation
|
||||||
- `utils.py`: Real and fake LLM streaming functions
|
- `utils.py`: Real and fake LLM streaming functions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue