Update README.md

This commit is contained in:
Zachary Huang 2025-01-19 19:53:27 -05:00 committed by GitHub
parent 76b89b532d
commit 87c552c1c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 4 deletions

View File

@ -20,7 +20,7 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http
- **💡 Pro tip!!** Build LLM apps with LLMs assistants (ChatGPT, Claude, Cursor.ai, etc.) - **💡 Pro tip!!** Build LLM apps with LLMs assistants (ChatGPT, Claude, Cursor.ai, etc.)
<details> <details>
<summary><b>Use Claude to build LLM apps</b></summary> <summary><b>(🫵 Click to expand) Use Claude to build LLM apps</b></summary>
- Create a [project](https://www.anthropic.com/news/projects) and upload the [docs](docs) to project knowledge - Create a [project](https://www.anthropic.com/news/projects) and upload the [docs](docs) to project knowledge
@ -43,9 +43,13 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http
</details> </details>
<details> <details>
<summary><b>Use ChatGPT to build LLM apps</b></summary> <summary><b>(🫵 Click to expand) Use ChatGPT to build LLM apps</b></summary>
- Try the [GPT assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant). However, it uses older models, which are good for explaining but not good at coding. - Try the [GPT assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant). However, it uses older models, which are good for explaining but not that good at coding.
<div align="center">
<img src="./assets/gpt_store.gif"/>
</div>
- For stronger coding capabilities, consider sending the [docs](docs) to more advanced models like O1. - For stronger coding capabilities, consider sending the [docs](docs) to more advanced models like O1.