diff --git a/cookbook/demo.ipynb b/cookbook/demo.ipynb index 57f84e3..38af3ea 100644 --- a/cookbook/demo.ipynb +++ b/cookbook/demo.ipynb @@ -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" ] }, diff --git a/docs/_config.yml b/docs/_config.yml index 11d9b15..8845724 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -11,7 +11,7 @@ nav_sort: case_sensitive # Aux links (shown in upper right) aux_links: "View on GitHub": - - "//github.com/miniLLMFlow/PocketFlow" + - "//github.com/the-pocket/PocketFlow" # Color scheme color_scheme: light diff --git a/docs/index.md b/docs/index.md index 2d1e12c..a425c46 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@ nav_order: 1 # Pocket Flow -A [100-line](https://github.com/miniLLMFlow/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework for *Agents, Task Decomposition, RAG, etc*. +A [100-line](https://github.com/the-pocket/PocketFlow/blob/main/pocketflow/__init__.py) minimalist LLM framework for *Agents, Task Decomposition, RAG, etc*. We model the LLM workflow as a **Nested Directed Graph**: @@ -19,7 +19,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
- +