From 4fdec8bd524317f8e6fa29d1a91233a5c34b6337 Mon Sep 17 00:00:00 2001 From: lloydzhou Date: Wed, 4 Sep 2024 12:49:09 +0800 Subject: [PATCH] update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e10d0be..0236256 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ This project stores [Plugins](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web/issues/5353) for [ChatGPT-Next-Web](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web) + +## Design +1. config plugin, like GPTs action (openapi schema + authentication). +2. wrap API to `javascript` function, then using [function-calling](https://platform.openai.com/docs/guides/function-calling)` +![image](https://github.com/user-attachments/assets/b7cfc13b-e9e8-46c0-bee5-4fa71e51bfff) + + ## Plugins - [WolframAlpha plugin](./plugins/wolframalpha)