新增破壳AI配置接口
POST
/open/aiMessage请求参数
Header 参数
access-key
string
访问令牌
示例值:
21177087e2b5486392bdacd8211785b7
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
groupId
integer
群Id
isAt
integer
群聊@机器人生效
isEnable
integer
必需
是否启用;1是,0否
model
string
大语言模型
prompt
string
提示词
senderType
string
可选
应用范围;0群,1自己,2全部
token
string
破壳AI令牌
示例
{
"groupId": 15,
"isAt": 1,
"isEnable": 1,
"model": "gpt-3.5-turbo",
"prompt": "你是数学天才,能解答各种数学问题",
"senderType": 0,
"token": "sp-E1P***A22e"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
响应编码
msg
string
响应说明
data
null
响应内容
示例
{
"code": 200,
"msg": "执行成功",
"data": null
}
最后修改时间: 9 个月前