Compare commits
No commits in common. "5afe50975bd14cab8e92b935f1e5c0f26876a704" and "28f111c812d5bfdbf17a4e1b09e720af8a4dede4" have entirely different histories.
5afe50975b
...
28f111c812
@ -19,7 +19,7 @@ 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" binding:"required"` // 模型代码
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user