Skip to content

Commit 33ead58

Browse files
committed
Update bot.md
修复语法,格式化
1 parent 58272cb commit 33ead58

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/api/v1/bot.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -491,19 +491,19 @@ POST /v1/bot/llm/llm-setting-list
491491
"subItems": [
492492
{
493493
"icon": null, // 模型图标
494-
"id": 161,// 模型ID
495-
"name": "测试AI大模型-chat",
494+
"id": 161, // 模型ID
495+
"name": "测试AI大模型-chat", // 模型名称
496496
"params": "[{\"name\": \"API Key\", \"type\": \"input\"}]", // 参数模板
497497
"parent_id": 1, // 参数模板ID
498498
"subItems": null,
499499
"tag": "测试模型数据" // tag数据,若无则为null
500500
}
501501
// ...
502-
]
502+
],
503503
"tag": "测试模型数据" // tag数据,若无则为null
504504
}
505505
// ...
506-
]
506+
],
507507
"msg": "success" // 返回消息
508508
}
509509
```

0 commit comments

Comments
 (0)