Browse Source

默认流式输出

zhangwl 16 hours ago
parent
commit
4bdac6b5f3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chat-ai-ui-main/src/components/ChatInput.vue

+ 1 - 1
chat-ai-ui-main/src/components/ChatInput.vue

@@ -5,7 +5,7 @@ const message = ref('');
 const model =  ref("qwen-turbo-2025-04-28");
 const temperature = ref(0.7);
 const maxTokens = ref(2000);
-const stream = ref(false);
+const stream = ref(true);
 const emit = defineEmits(['send']);
 
 // 可用的模型选项