update name“
This commit is contained in:
parent
037f29652c
commit
fd0dee5e3e
|
|
@ -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"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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**:
|
|||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue