|
@@ -40,7 +40,7 @@ func (this *AiFileController) FileUpload() {
|
|
br.ErrMsg = "获取资源信息失败,Err:" + err.Error()
|
|
br.ErrMsg = "获取资源信息失败,Err:" + err.Error()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- model := this.GetString("model")
|
|
|
|
|
|
+ model := this.GetString("Model")
|
|
|
|
|
|
aiChatTopicId, _ := this.GetInt("AiChatTopicId")
|
|
aiChatTopicId, _ := this.GetInt("AiChatTopicId")
|
|
|
|
|