|
@@ -1847,7 +1847,8 @@ export default {
|
|
|
message: _text,
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -2016,7 +2017,8 @@ ${_atList
|
|
|
message: _text,
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -2418,7 +2420,8 @@ Instruction: Based on the context, follow "Format example", write content
|
|
|
message: [{ type: "text", text: _msg }],
|
|
|
session_name: _uuid,
|
|
|
// uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// message: {
|
|
@@ -2530,7 +2533,8 @@ Instruction: Based on the context, follow "Format example", write content
|
|
|
message: history,
|
|
|
session_name: _uuid,
|
|
|
// uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// message: {
|
|
@@ -2785,7 +2789,8 @@ ${_wordData}
|
|
|
message: _text,
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|
|
@@ -2982,7 +2987,8 @@ ${_wordData}
|
|
|
message: _text,
|
|
|
session_name: `${this.courseId}-studyStudent-md`,
|
|
|
uid: _uuid,
|
|
|
- file_ids: this.fileId
|
|
|
+ file_ids: this.fileId,
|
|
|
+ model: "gpt-4o-2024-08-06",
|
|
|
};
|
|
|
// let params = {
|
|
|
// model: "gpt-3.5-turbo",
|