SanHQin 4 months ago
parent
commit
db57bf7dd2

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.8ff6d19a3ed586c927f496a2e9849b8c.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.c046dd5e92c8da101466.js></script><script type=text/javascript src=./static/js/app.34e4c033da9f0ab73cfe.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.18a4e1197de08851afee7100f3b37f1f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.c046dd5e92c8da101466.js></script><script type=text/javascript src=./static/js/app.3be01b30fa3644554c9d.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.18a4e1197de08851afee7100f3b37f1f.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.18a4e1197de08851afee7100f3b37f1f.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3be01b30fa3644554c9d.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.3be01b30fa3644554c9d.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.161e82026ac2ae03ab6f.js.map


+ 11 - 11
src/components/pages/contrastObservation/index.vue

@@ -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,

Some files were not shown because too many files changed in this diff