update name“

This commit is contained in:
zachary62
2025-02-02 05:39:33 +00:00
parent 037f29652c
commit fd0dee5e3e
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -31,9 +31,9 @@
}
],
"source": [
"# Example App for text summarization & QA using minillmflow\n",
"# Example App for text summarization & QA using PocketFlow\n",
"# Download Paul Graham Essays, Create Summaries, and Enable Q&A\n",
"!git clone https://github.com/miniLLMFlow/PocketFlow.git\n",
"!git clone https://github.com/the-pocket/PocketFlow.git\n",
"!pip install pocketflow"
]
},