|
@@ -2074,7 +2074,7 @@ export default {
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -2244,7 +2244,7 @@ ${_atList
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -2694,7 +2694,7 @@ Instruction: Based on the context, follow "Format example", write content
|
|
|
session_name: _uuid,
|
|
|
// uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// message: {
|
|
@@ -2807,7 +2807,7 @@ Instruction: Based on the context, follow "Format example", write content
|
|
|
session_name: _uuid,
|
|
|
// uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// message: {
|
|
@@ -3062,7 +3062,7 @@ ${_wordData}
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -3259,7 +3259,7 @@ ${_wordData}
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
file_ids: this.fileId,
|
|
|
- model: "gpt-4o-2024-08-06"
|
|
|
+ model: "gpt-4o-mini"
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|