update plugin auth

This commit is contained in:
lloydzhou
2024-09-10 10:01:33 +08:00
parent 135d91fd15
commit b921a0d2ba
9 changed files with 18 additions and 0 deletions

View File

@@ -16,7 +16,9 @@
## Authentication ## Authentication
```
type: none type: none
```
![Authentication](./authentication.png) ![Authentication](./authentication.png)

View File

@@ -18,7 +18,9 @@ https://github.com/leezhuuuuu/Code-Interpreter-Api
## Authentication ## Authentication
```
type: none type: none
```
## Preview ## Preview

View File

@@ -15,8 +15,10 @@
## Authentication ## Authentication
```
type: bearer type: bearer
location: header location: header
```
## Preview ## Preview

View File

@@ -15,7 +15,9 @@
> `POST` /lite/ > `POST` /lite/
## Authentication ## Authentication
```
type: none type: none
```
## Preview ## Preview

View File

@@ -19,8 +19,10 @@
## Authentication ## Authentication
```
type: bearer type: bearer
location: header location: header
```
## Context Prompts ## Context Prompts
``` ```

View File

@@ -45,8 +45,10 @@
## Authentication ## Authentication
```
type: bearer type: bearer
location: header location: header
```
## Preview ## Preview

View File

@@ -18,7 +18,9 @@
## Authentication ## Authentication
```
type: none type: none
```
## Preview ## Preview

View File

@@ -21,9 +21,11 @@ Default Assumptions in Responses: When users request content creation, especiall
## Authentication ## Authentication
```
type: custom type: custom
location: header location: header
value: WebPilot-Friend-UID=`xxx` value: WebPilot-Friend-UID=`xxx`
```
![Authentication](./authentication.png) ![Authentication](./authentication.png)

View File

@@ -16,9 +16,11 @@
## Authentication ## Authentication
```
type: custom type: custom
location: query location: query
value: appid=`xxx` value: appid=`xxx`
```
![Authentication](./authentication.png) ![Authentication](./authentication.png)