|
|
@@ -92,8 +92,8 @@ import DefaultMessage from "@/components/DefaultMessage/index.vue";
|
|
|
const props = defineProps({
|
|
|
//根据需求传输
|
|
|
isCourse: { type: Boolean, default: false},
|
|
|
- cacheDataKey: { type: String, default: localStorage.getItem('token') + "_textToText" },
|
|
|
- cacheDataHistoryKey: { type: String, default: localStorage.getItem('token') + "_textToText_history" },
|
|
|
+ cacheDataKey: { type: String, default: localStorage.getItem('token') + "_ai_textToText" },
|
|
|
+ cacheDataHistoryKey: { type: String, default: localStorage.getItem('token') + "_ai_textToText_history" },
|
|
|
preDialogueList: { type: Array, default: () => []},
|
|
|
replySupplement: { type: String, default: ''},
|
|
|
|