From dd68fa1a35e850edeb9ae22f83fefc126aa86b51 Mon Sep 17 00:00:00 2001 From: Lloyd Zhou Date: Tue, 10 Sep 2024 13:36:23 +0800 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b051349..9fb3558 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,17 @@ This project stores [Plugins](https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web ## Plugins -- [Dalle3](./plugins/dalle) -- [FluxPro](./plugins/flux) -- [WolframAlpha](./plugins/wolframalpha) -- [ArxivSearch](./plugins/arxivsearch) -- [DuckDuckGoLiteSearch](./plugins/duckduckgolite) -- [gapier](./plugins/gapier) -- [Webpilot](./plugins/webpilot) -- [FastGPT](./plugins/fastgpt) -- [NPM Registry Search API](./plugins/npmsearch) -- [CodeInterpreter](./plugins/codeinterpreterapi) from: [leezhuuuuu/Code-Interpreter-Api](https://github.com/leezhuuuuu/Code-Interpreter-Api) -- [Chat PDF](./plugins/chatpdf) from: [PDF AI Reader Chat (4.1 ★)](https://chatgpt.com/g/g-oMM2c1bD3) +| Name | Authentication | Description | +| ---- | --- | ----------------------------- | +| [Dalle3](./plugins/dalle) | bearer | openai's dall-e image generator| +| [FluxPro](./plugins/flux) | custom | The pro version of FLUX.1, served in partnership with BFL | +| [WolframAlpha](./plugins/wolframalpha) | custom | A wrapper around Wolfram Alpha | +| [ArxivSearch](./plugins/arxivsearch) | - | Run Arxiv search and get the article information | +| [DuckDuckGoLiteSearch](./plugins/duckduckgolite) | - | a search engine | +| [gapier](./plugins/gapier) | bearer | A free exclusive GPTs Actions API provided by gapier.com | +| [Webpilot](./plugins/webpilot) | custom | from: https://www.webpilot.ai | +| [FastGPT](./plugins/fastgpt) | bearer | | +| [NPM Registry Search API](./plugins/npmsearch) | - | Search for packages in the NPM registry | +| [CodeInterpreter](./plugins/codeinterpreterapi) | - | from: [leezhuuuuu/Code-Interpreter-Api](https://github.com/leezhuuuuu/Code-Interpreter-Api) | +| [Chat PDF](./plugins/chatpdf) | - | from: [PDF AI Reader Chat (4.1 ★)](https://chatgpt.com/g/g-oMM2c1bD3) |