Compare commits
No commits in common. "df05070e0bcef4b46d4b337e007013a97dede7e7" and "5afe50975bd14cab8e92b935f1e5c0f26876a704" have entirely different histories.
df05070e0b
...
5afe50975b
@ -19,8 +19,8 @@ type changeStatusParam struct {
|
||||
// changeUseAiModelParam
|
||||
// @description: 修改使用的AI模型用的参数集
|
||||
type changeUseAiModelParam struct {
|
||||
WxId string `json:"wxid" binding:"required"` // 群Id或微信Id
|
||||
Model string `json:"model"` // 模型代码
|
||||
WxId string `json:"wxid"` // 群Id或微信Id
|
||||
Model string `json:"model" binding:"required"` // 模型代码
|
||||
}
|
||||
|
||||
// autoClearMembers
|
||||
|
Loading…
Reference in New Issue
Block a user