Explorar el Código

语音大模型接口联调显示思考过程

maxiaoxiao hace 5 meses
padre
commit
8083ce619f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/aiModel/index.vue

+ 1 - 1
src/views/aiModel/index.vue

@@ -250,7 +250,7 @@ export default {
               if (mres.data.type == "selectLand") {
                 this.questionList.push({
                   type: mres.data.type,
-                  content: "分析中...请稍等",
+                  content: mres.data.think,
                 });
                 this.AddFzxz(mres.data.data, mres.data.type);
               } else {