feat: 拼接多条assistant消息

This commit is contained in:
2026-03-04 14:02:11 +08:00
parent a55cfd5e0c
commit 8f07041639
3 changed files with 78 additions and 32 deletions

View File

@@ -517,8 +517,8 @@
const settingPopupVisible = ref(false)
const settingOptions = ref([
{ label: 'Input.settingOptions.creativity', value: 50 },
{ label: 'Input.settingOptions.diversity', value: 75 },
{ label: 'Input.settingOptions.relevance', value: 60 }
{ label: 'Input.settingOptions.diversity', value: 50 },
{ label: 'Input.settingOptions.relevance', value: 50 }
])
const openStylePopup = () => {