feat: 拼接多条assistant消息
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user