Update README.md
This commit is contained in:
parent
76b89b532d
commit
87c552c1c1
12
README.md
12
README.md
|
|
@ -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,10 +43,14 @@ 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 that good at coding.
|
||||||
|
|
||||||
|
<div align="center">
|
||||||
|
<img src="./assets/gpt_store.gif"/>
|
||||||
|
</div>
|
||||||
|
|
||||||
- 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.
|
|
||||||
|
|
||||||
- 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.
|
||||||
|
|
||||||
- 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/).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue