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
```
type: none
```
![Authentication](./authentication.png)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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)

View File

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