DongZhengWei

Results 10 comments of DongZhengWei

> vue渲染时候的问题吧 应该是数据变动导致的 发自我的iPhone 在 2022年8月30日,17:08,DongZhengWei ***@***.***> 写道:  [Vue warn]: Error in nextTick: "TypeError: Cannot set property 'checked' of undefined" 只是控制台会报这个错误,但是页面还有数据都是正常的 — Reply to this email directly, view it...

会不会和控制台的这个错误有关,这个错是进入进入fastgpt主页面就出现了,另外我在4.7是没有这个错的,更新到4.8后就有了 ![image](https://github.com/labring/FastGPT/assets/12321764/15470dc0-6973-46ce-bccf-a8a205971dee)

但是这些错不影响正常使用,除了echarts图表是空白的 ![image](https://github.com/labring/FastGPT/assets/12321764/73164b13-4c00-47eb-b7eb-364636ac6f0e)

好吧我知道了,直接从echarts官网例子里复制过来的json不能用,需要把每个字段都加上双引号,我上面第二幅图加上双引号了但加的是中文双引号😵,现在没问题了。 (控制台里的报错还是一直有存在的)

> 模型的问题,如果不是gpt3.5/4 ,在config里把function call和tool call都改成false. ![image](https://github.com/labring/FastGPT/assets/12321764/2de55ddf-6b63-47ac-9045-75b07377b233) ![image](https://github.com/labring/FastGPT/assets/12321764/f82f8863-31eb-43ee-92a1-18d627eebe46) 我看ChatGLM-6B介绍不是也支持Function Call吗,我这个试了也不行

但我是向agent提问的,当我把question替换为text之后就是其他错误了 ![Image](https://github.com/user-attachments/assets/d446f23f-dd35-478f-aa10-ca8a178c3fda) 我如果向大模型提问是正常的,但必须把answer替换成completion ![Image](https://github.com/user-attachments/assets/47f92e45-b6fa-4134-ac07-8df11131c84f)

我在后台发现了以下日志: ``` ================================ Human Message ================================= Assistant is a large language model trained by OpenAI. Assistant is designed to be able to assist with a wide range of tasks, from...

``` vue ``` ``` vue import tinymce from 'tinymce/tinymce'; //tinymce核心文件 import Editor from '@tinymce/tinymce-vue'; import 'tinymce/models/dom'; // 引入dom模块。从 Tinymce6,开始必须有此模块导入 import 'tinymce/skins/ui/oxide/skin.css'//样式 import 'tinymce/themes/silver'; //默认主题 import 'tinymce/icons/default'; //引入编辑器图标icon,不引入则不显示对应图标 import 'tinymce/plugins/advlist'; //高级列表...

你好,请问解决了吗,我和你遇到了相同的问题

> [@icefragrant](https://github.com/icefragrant) please use this config.yaml > > https://github.com/Canner/WrenAI/blob/0.27.0/docker/config.example.yaml 我遇到了一样的问题,我用的就是config.example.ymal修改的