mirror of
https://github.com/alibaba/higress.git
synced 2026-06-26 02:35:02 +08:00
fix: fix some typo errors (#3988)
Co-authored-by: woody <yaodiwu618@gmail.com>
This commit is contained in:
@@ -15,12 +15,12 @@ description: 阿里云内容安全检测
|
||||
## 配置说明
|
||||
| Name | Type | Requirement | Default | Description |
|
||||
| ------------ | ------------ | ------------ | ------------ | ------------ |
|
||||
| `serviceName` | string | requried | - | 服务名 |
|
||||
| `servicePort` | string | requried | - | 服务端口 |
|
||||
| `serviceHost` | string | requried | - | 阿里云内容安全endpoint的域名 |
|
||||
| `accessKey` | string | requried | - | 阿里云AK |
|
||||
| `secretKey` | string | requried | - | 阿里云SK |
|
||||
| `action` | string | requried | - | 阿里云ai安全业务接口 |
|
||||
| `serviceName` | string | required | - | 服务名 |
|
||||
| `servicePort` | string | required | - | 服务端口 |
|
||||
| `serviceHost` | string | required | - | 阿里云内容安全endpoint的域名 |
|
||||
| `accessKey` | string | required | - | 阿里云AK |
|
||||
| `secretKey` | string | required | - | 阿里云SK |
|
||||
| `action` | string | required | - | 阿里云ai安全业务接口 |
|
||||
| `securityToken` | string | optional | - | 阿里云安全令牌(用于临时凭证) |
|
||||
| `checkRequest` | bool | optional | false | 检查提问内容是否合规 |
|
||||
| `checkResponse` | bool | optional | false | 检查大模型的回答内容是否合规,生效时会使流式响应变为非流式 |
|
||||
|
||||
@@ -16,12 +16,12 @@ Plugin Priority: `300`
|
||||
## Configuration
|
||||
| Name | Type | Requirement | Default | Description |
|
||||
| ------------ | ------------ | ------------ | ------------ | ------------ |
|
||||
| `serviceName` | string | requried | - | service name |
|
||||
| `servicePort` | string | requried | - | service port |
|
||||
| `serviceHost` | string | requried | - | Host of Aliyun content security service endpoint |
|
||||
| `accessKey` | string | requried | - | Aliyun accesskey |
|
||||
| `secretKey` | string | requried | - | Aliyun secretkey |
|
||||
| `action` | string | requried | - | Aliyun ai guardrails business interface |
|
||||
| `serviceName` | string | required | - | service name |
|
||||
| `servicePort` | string | required | - | service port |
|
||||
| `serviceHost` | string | required | - | Host of Aliyun content security service endpoint |
|
||||
| `accessKey` | string | required | - | Aliyun accesskey |
|
||||
| `secretKey` | string | required | - | Aliyun secretkey |
|
||||
| `action` | string | required | - | Aliyun ai guardrails business interface |
|
||||
| `checkRequest` | bool | optional | false | check if the input is legal |
|
||||
| `checkResponse` | bool | optional | false | check if the output is legal |
|
||||
| `requestCheckService` | string | optional | llm_query_moderation | Aliyun yundun service name for input check |
|
||||
|
||||
Reference in New Issue
Block a user