|
@@ -686,7 +686,7 @@ ${this.editorBarData.type == 0 ? this.editorBarData.content : ""}
|
|
|
// console.log(_msg)
|
|
|
const _uuid = uuidv4();
|
|
|
let params = {
|
|
|
- model: "gpt-3.5-turbo",
|
|
|
+ model: "gpt-4o-2024-11-20",
|
|
|
temperature: 0,
|
|
|
max_tokens: 4096,
|
|
|
top_p: 1,
|
|
@@ -798,9 +798,9 @@ Instruction: Based on the context, follow "Format example", write content.
|
|
|
结论:
|
|
|
依据:
|
|
|
|
|
|
-### 3.
|
|
|
+### 3.
|
|
|
|
|
|
-### 4.
|
|
|
+### 4.
|
|
|
|
|
|
### 5.
|
|
|
|
|
@@ -862,7 +862,7 @@ ${this.editorBarData.type == 0 ? this.editorBarData.content : ""}
|
|
|
// console.log(_msg)
|
|
|
const _uuid = uuidv4();
|
|
|
let params = {
|
|
|
- model: "gpt-3.5-turbo",
|
|
|
+ model: "gpt-4o-2024-11-20",
|
|
|
temperature: 0,
|
|
|
max_tokens: 4096,
|
|
|
top_p: 1,
|
|
@@ -1005,9 +1005,9 @@ Language: Please use the same language as the user requirement, if the user spea
|
|
|
> 分析教师采用的教学模式、教学方法和策略,组织管理能力,师生互动方式,多媒体技术运用,以及教学设计实施的效果。
|
|
|
|
|
|
|
|
|
-### 3.
|
|
|
+### 3.
|
|
|
|
|
|
-### 4.
|
|
|
+### 4.
|
|
|
|
|
|
### 5.
|
|
|
|
|
@@ -1015,7 +1015,7 @@ Language: Please use the same language as the user requirement, if the user spea
|
|
|
|
|
|
## 数据
|
|
|
|
|
|
-### 教师课堂观察报告
|
|
|
+### 教师课堂观察报告
|
|
|
${_teacherWorkText}
|
|
|
|
|
|
|
|
@@ -1030,7 +1030,7 @@ ${_aiWorkText}
|
|
|
// return;
|
|
|
const _uuid = uuidv4();
|
|
|
let params = {
|
|
|
- model: "gpt-3.5-turbo",
|
|
|
+ model: "gpt-4o-2024-11-20",
|
|
|
temperature: 0,
|
|
|
max_tokens: 4096,
|
|
|
top_p: 1,
|
|
@@ -1124,19 +1124,19 @@ Language: Please use the same language as the user requirement, if the user spea
|
|
|
|
|
|
## 数据
|
|
|
|
|
|
-### 教师课堂观察报告
|
|
|
+### 教师课堂观察报告
|
|
|
${_teacherWorkText}
|
|
|
|
|
|
### AI课堂观察报告
|
|
|
${_aiWorkText}
|
|
|
-
|
|
|
+
|
|
|
`;
|
|
|
// console.log("总数居对比");
|
|
|
// console.log(_msg)
|
|
|
// return this.aggregateLoading = false;
|
|
|
const _uuid = uuidv4();
|
|
|
let params = {
|
|
|
- model: "gpt-3.5-turbo",
|
|
|
+ model: "gpt-4o-2024-11-20",
|
|
|
temperature: 0,
|
|
|
max_tokens: 4096,
|
|
|
top_p: 1,
|