chore: sync local updates
This commit is contained in:
18
api-docs/infogenie-api-apifox/站点管理/写入 AI 运行时配置.http.yaml
Normal file
18
api-docs/infogenie-api-apifox/站点管理/写入 AI 运行时配置.http.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
method: put
|
||||
url: "{{baseUrl}}/api/admin/site/ai-runtime"
|
||||
name: 写入 AI 运行时配置
|
||||
parameters:
|
||||
header:
|
||||
- name: X-Site-Admin-Token
|
||||
value: "{{siteAdminToken}}"
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
requestBody:
|
||||
type: application/json
|
||||
data: |-
|
||||
{
|
||||
"api_base": "",
|
||||
"api_key": "",
|
||||
"default_model": "",
|
||||
"default_provider": "deepseek"
|
||||
}
|
||||
Reference in New Issue
Block a user