From f3b679d2bdda64668158bf291bb9caf1a6fbfe28 Mon Sep 17 00:00:00 2001 From: Zachary Huang <33015448+zachary62@users.noreply.github.com> Date: Mon, 5 May 2025 14:02:48 -0400 Subject: [PATCH] Update README.md --- cookbook/pocketflow-llm-streaming/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbook/pocketflow-llm-streaming/README.md b/cookbook/pocketflow-llm-streaming/README.md index c38c4e4..b178e99 100644 --- a/cookbook/pocketflow-llm-streaming/README.md +++ b/cookbook/pocketflow-llm-streaming/README.md @@ -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 - \ No newline at end of file +