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

View File

@ -31,9 +31,9 @@
} }
], ],
"source": [ "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", "# 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" "!pip install pocketflow"
] ]
}, },

View File

@ -11,7 +11,7 @@ nav_sort: case_sensitive
# Aux links (shown in upper right) # Aux links (shown in upper right)
aux_links: aux_links:
"View on GitHub": "View on GitHub":
- "//github.com/miniLLMFlow/PocketFlow" - "//github.com/the-pocket/PocketFlow"
# Color scheme # Color scheme
color_scheme: light color_scheme: light

View File

@ -6,7 +6,7 @@ nav_order: 1
# Pocket Flow # 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**: We model the LLM workflow as a **Nested Directed Graph**:
@ -19,7 +19,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
<div align="center"> <div align="center">
<img src="https://github.com/miniLLMFlow/PocketFlow/raw/main/assets/minillmflow.jpg?raw=true" width="400"/> <img src="https://github.com/the-pocket/PocketFlow/raw/main/assets/minillmflow.jpg?raw=true" width="400"/>
</div> </div>