|
@@ -896,7 +896,7 @@ ${i.content}`
|
|
|
history = history.filter(
|
|
|
i =>
|
|
|
i.content !=
|
|
|
- "您好,我是您的创课助手小可,在创课中遇到什么问题,都可以与我对话~,我会尽量帮助您的"
|
|
|
+ "Hello, I am your course assistant Coco. If you encounter any problems during the course, you can talk to me, and I will do my best to help you."
|
|
|
);
|
|
|
|
|
|
history = history.map(i => ({
|
|
@@ -1127,9 +1127,9 @@ ${i.content}`
|
|
|
uid: _uid,
|
|
|
AI: "AI",
|
|
|
aiContent:
|
|
|
- "您好,我是您的创课助手小可,在创课中遇到什么问题,都可以与我对话~,我会尽量帮助您的",
|
|
|
+ "Hello, I am your course assistant Coco. If you encounter any problems during the course, you can talk to me, and I will do my best to help you.",
|
|
|
oldContent:
|
|
|
- "您好,我是您的创课助手小可,在创课中遇到什么问题,都可以与我对话~,我会尽量帮助您的",
|
|
|
+ "Hello, I am your course assistant Coco. If you encounter any problems during the course, you can talk to me, and I will do my best to help you.",
|
|
|
isShowSynchronization: false,
|
|
|
filename: "",
|
|
|
index: 0,
|