Compare commits

...

2 Commits

Author SHA1 Message Date
df05070e0b Merge pull request '🐛 Fix a bug.' (#66) from hotfix into main
All checks were successful
BuildImage / build-image (push) Successful in 1m24s
Reviewed-on: #66
2024-07-04 21:18:06 +08:00
703e183424 🐛 Fix a bug. 2024-07-04 21:17:29 +08:00

View File

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