Skip to content

Commit

Permalink
fix: 更正模型菜单名称
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Jan 22, 2024
1 parent ff78b89 commit 5181980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wclient/robot/handler_mr.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func modelHandler() {
Level: 0,
ChatAble: true,
RoomAble: true,
Describe: "切换为 " + v.Model + " 模型",
Describe: "切换为 " + v.Family + " [" + v.Model + "]",
Callback: func(msg *wcferry.WxMsg) string {
args.GetMember(msg.Sender).AiModel = k
return "对话模型切换为 " + v.Family + " [" + v.Model + "]"
Expand Down

0 comments on commit 5181980

Please sign in to comment.