|
@@ -89,7 +89,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
|
|
|
if (!isInput && qa_text[q]) {
|
|
|
const i = chatList.value.push({
|
|
|
left: true,
|
|
|
- name: 'AI助教',
|
|
|
+ name: '数字教师',
|
|
|
d: '',
|
|
|
t: t + 1,
|
|
|
})
|
|
@@ -120,7 +120,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
|
|
|
if (!['init', 'endPlay', 'errorTTS'].includes(bigModel.status)) {
|
|
|
// chatList.value.push({
|
|
|
// left: true,
|
|
|
- // name: 'AI助教',
|
|
|
+ // name: '数字教师',
|
|
|
// d: encodeURIComponent(''),
|
|
|
// t,
|
|
|
// })
|
|
@@ -131,7 +131,7 @@ async function handleSendMessage(q?: string, isInput?: boolean) {
|
|
|
bigModel.start(q)
|
|
|
const i = chatList.value.push({
|
|
|
left: true,
|
|
|
- name: 'AI助教',
|
|
|
+ name: '数字教师',
|
|
|
d: '思考中',
|
|
|
t: t + 1,
|
|
|
})
|
|
@@ -214,7 +214,7 @@ function handleStartIat() {
|
|
|
<img :src="placeImg" alt="">
|
|
|
</div>
|
|
|
<el-drawer
|
|
|
- v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="AI助教" :z-index="201"
|
|
|
+ v-model="ifDrawer" direction="rtl" append-to-body :size="880" title="数字教师" :z-index="201"
|
|
|
style="background-color: #f0f0f0;" class="no-mb"
|
|
|
>
|
|
|
<div class="flex">
|