🐛 Fix a bug.
This commit is contained in:
parent
83458e649a
commit
703e183424
@ -19,8 +19,8 @@ type changeStatusParam struct {
|
|||||||
// changeUseAiModelParam
|
// changeUseAiModelParam
|
||||||
// @description: 修改使用的AI模型用的参数集
|
// @description: 修改使用的AI模型用的参数集
|
||||||
type changeUseAiModelParam struct {
|
type changeUseAiModelParam struct {
|
||||||
WxId string `json:"wxid"` // 群Id或微信Id
|
WxId string `json:"wxid" binding:"required"` // 群Id或微信Id
|
||||||
Model string `json:"model" binding:"required"` // 模型代码
|
Model string `json:"model"` // 模型代码
|
||||||
}
|
}
|
||||||
|
|
||||||
// autoClearMembers
|
// autoClearMembers
|
||||||
|
Loading…
Reference in New Issue
Block a user