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