Update README.md

This commit is contained in:
Zachary Huang 2025-01-10 11:20:33 -05:00 committed by GitHub
parent 3115230c31
commit 9beeb455c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,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>Claude Project</b></summary> <summary><b>Use Claude to build LLM app</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
@ -38,7 +38,7 @@ A [100-line](pocketflow/__init__.py) minimalist LLM framework for ([Multi-](http
</details> </details>
<details> <details>
<summary><b>ChatGPT</b></summary> <summary><b>Use ChatGPT to build LLM app</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 good at coding.