Merge pull request '🐛 Fix a bug.' (#77) from hotfix into main
All checks were successful
BuildImage / build-image (push) Successful in 1m22s

Reviewed-on: #77
This commit is contained in:
李寻欢 2024-07-11 19:37:42 +08:00
commit 6df5816867

View File

@ -20,7 +20,7 @@ type changeStatusParam struct {
// @description: 修改使用的AI模型用的参数集 // @description: 修改使用的AI模型用的参数集
type changeUseAiModelParam struct { type changeUseAiModelParam struct {
WxId string `json:"wxid" binding:"required"` // 群Id或微信Id WxId string `json:"wxid" binding:"required"` // 群Id或微信Id
Model string `json:"dto"` // 模型代码 Model string `json:"model"` // 模型代码
} }
// autoClearMembers // autoClearMembers