|
@@ -523,7 +523,7 @@ export default {
|
|
|
_this.answerArray.push(
|
|
|
{
|
|
|
isY: false,
|
|
|
- content: response.FunctionResponse,
|
|
|
+ content: response.data.FunctionResponse,
|
|
|
name: _this.answerArray[0].name,
|
|
|
img: _this.answerArray[0].img
|
|
|
}
|
|
@@ -551,7 +551,7 @@ export default {
|
|
|
createRole(content, name) {
|
|
|
var _this = this;
|
|
|
_this.ajax.post('https://gpt4.cocorobo.cn/create_free_assistants', {
|
|
|
- filename: [],
|
|
|
+ fileName: [],
|
|
|
url: [],
|
|
|
uid: _this.id,
|
|
|
instructions: content,
|