Compare commits

...

2 Commits

Author SHA1 Message Date
5afe50975b Merge pull request '🐛 修复修改 AI 模型和角色无法设置为默认的 BUG' (#65) from hotfix into main
All checks were successful
BuildImage / build-image (push) Successful in 1m58s
Reviewed-on: #65
2024-07-04 19:42:42 +08:00
83458e649a 🐛 修复修改 AI 模型和角色无法设置为默认的 BUG 2024-07-04 19:41:42 +08:00

View File

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