labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.46k stars 4.69k forks source link

获取当前时间和duckduckgo两个插件返回结果有错,但是在线版本的正常的,接入的模型都是moonshot-32k #2218

Closed 704572066 closed 2 months ago

704572066 commented 2 months ago

例行检查

你的版本

问题描述, 日志截图 在线版回复: image

自己部署版回复: image

moonshot config.json配置: { "model": "moonshot-v1-32k", "name": "moonshot-32k", "maxContext": 16000, "maxResponse": 4000, "quoteMaxToken": 13000, "maxTemperature": 1.2, "charsPointsPrice": 0, "censor": false, "vision": true, "datasetProcess": true, "usedInQueryExtension": true, "usedInClassify": true, "usedInExtractFields": true, "usedInToolCall": true, "toolChoice": true, "functionCall": true, "customCQPrompt": "", "customExtractPrompt": "", "defaultSystemChatPrompt": "", "defaultConfig": {} }

复现步骤

预期结果

相关截图

c121914yu commented 2 months ago

插件结果截图呢?

704572066 commented 2 months ago

插件结果截图呢?

看不到截图吗?我能看到

c121914yu commented 2 months ago

插件结果截图呢?

看不到截图吗?我能看到

插件运行的结果和日志 ,不是回答的结果~

704572066 commented 2 months ago

插件结果截图呢?

看不到截图吗?我能看到

插件运行的结果和日志 ,不是回答的结果~

image image

c121914yu commented 2 months ago

日志呢

704572066 commented 2 months ago

日志呢

image image

c121914yu commented 2 months ago

看不出,没复现出来~ 看着是请求了不存在的地址,你是不是加了什么配置。

704572066 commented 2 months ago

看不出,没复现出来~ 看着是请求了不存在的地址,你是不是加了什么配置。

是否与部署的服务器网络有关,我是部署在阿里云上的

704572066 commented 2 months ago

看不出,没复现出来~ 看着是请求了不存在的地址,你是不是加了什么配置。

原因找到了,是因为配置了PRO_URL,导致每次提问都会调用到未实现的接口。时间插件正常了,但是duckduckgo插件还是会返回Failed to fetch data结果,这个是和服务器网络有关吗,看日志duckduckgo 也没有打印出具体的error信息 image image

c121914yu commented 2 months ago

看不出,没复现出来~ 看着是请求了不存在的地址,你是不是加了什么配置。

原因找到了,是因为配置了PRO_URL,导致每次提问都会调用到未实现的接口。时间插件正常了,但是duckduckgo插件还是会返回Failed to fetch data结果,这个是和服务器网络有关吗,看日志duckduckgo 也没有打印出具体的error信息 image image

国内无法访问 duckduckgo