diff --git a/plugins/arxivsearch/README.md b/plugins/arxivsearch/README.md index 6ced69e..974747d 100644 --- a/plugins/arxivsearch/README.md +++ b/plugins/arxivsearch/README.md @@ -16,7 +16,9 @@ ## Authentication +``` type: none +``` ![Authentication](./authentication.png) diff --git a/plugins/codeinterpreterapi/README.md b/plugins/codeinterpreterapi/README.md index c050f80..b90a1c5 100644 --- a/plugins/codeinterpreterapi/README.md +++ b/plugins/codeinterpreterapi/README.md @@ -18,7 +18,9 @@ https://github.com/leezhuuuuu/Code-Interpreter-Api ## Authentication +``` type: none +``` ## Preview diff --git a/plugins/dalle/README.md b/plugins/dalle/README.md index 5affd76..e5694ca 100644 --- a/plugins/dalle/README.md +++ b/plugins/dalle/README.md @@ -15,8 +15,10 @@ ## Authentication +``` type: bearer location: header +``` ## Preview diff --git a/plugins/duckduckgolite/README.md b/plugins/duckduckgolite/README.md index 14fb4fa..1bd85ec 100644 --- a/plugins/duckduckgolite/README.md +++ b/plugins/duckduckgolite/README.md @@ -15,7 +15,9 @@ > `POST` /lite/ ## Authentication +``` type: none +``` ## Preview diff --git a/plugins/fastgpt/README.md b/plugins/fastgpt/README.md index 4874077..c19079b 100644 --- a/plugins/fastgpt/README.md +++ b/plugins/fastgpt/README.md @@ -19,8 +19,10 @@ ## Authentication +``` type: bearer location: header +``` ## Context Prompts ``` diff --git a/plugins/gapier/README.md b/plugins/gapier/README.md index 9fb6d9f..b61efe6 100644 --- a/plugins/gapier/README.md +++ b/plugins/gapier/README.md @@ -45,8 +45,10 @@ ## Authentication +``` type: bearer location: header +``` ## Preview diff --git a/plugins/npmsearch/README.md b/plugins/npmsearch/README.md index a4a0ee9..fc2ce89 100644 --- a/plugins/npmsearch/README.md +++ b/plugins/npmsearch/README.md @@ -18,7 +18,9 @@ ## Authentication +``` type: none +``` ## Preview diff --git a/plugins/webpilot/README.md b/plugins/webpilot/README.md index 90db018..946bcc3 100644 --- a/plugins/webpilot/README.md +++ b/plugins/webpilot/README.md @@ -21,9 +21,11 @@ Default Assumptions in Responses: When users request content creation, especiall ## Authentication +``` type: custom location: header value: WebPilot-Friend-UID=`xxx` +``` ![Authentication](./authentication.png) diff --git a/plugins/wolframalpha/README.md b/plugins/wolframalpha/README.md index 36151ea..61d7c1b 100644 --- a/plugins/wolframalpha/README.md +++ b/plugins/wolframalpha/README.md @@ -16,9 +16,11 @@ ## Authentication +``` type: custom location: query value: appid=`xxx` +``` ![Authentication](./authentication.png)