修改千帆大模型系统参数,修改大模型系统提问消息输出

This commit is contained in:
junleea 2025-05-10 15:37:53 +08:00
parent 6918b8215c
commit 0c48fc83a9
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ func WSReceiveMessageServiceV2(modelParam proto.ModelParam, ctx *proto.IMParamCo
case proto.ModelTypeQianfan:
Qianfan(modelParam, ctx)
default:
resErr, resID = errors.New("model not exist"), 0
resErr, resID = errors.New("model type not exist:"+ctx.ModelType), 0
}
return resErr, resID
}