Update README.md

This commit is contained in:
Zachary Huang 2025-01-19 11:03:17 -05:00 committed by GitHub
parent 09376a65b8
commit 1e3e1264bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,10 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http
``` ```
Help me build a chatbot based on a directory of PDFs. Help me build a chatbot based on a directory of PDFs.
``` ```
<div align="center">
<img src="./assets/claude_project.gif"/>
</div>
</details> </details>
<details> <details>
@ -48,6 +52,8 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http
- Paste the docs link (https://github.com/miniLLMFlow/PocketFlow/tree/main/docs) to [Gitingest](https://gitingest.com/). - Paste the docs link (https://github.com/miniLLMFlow/PocketFlow/tree/main/docs) to [Gitingest](https://gitingest.com/).
- Then, paste the generated contents into your O1 prompt, and ask it to build LLM apps. - Then, paste the generated contents into your O1 prompt, and ask it to build LLM apps.
</details> </details>