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
18.06k stars 4.79k forks source link

http模块进行本地调用api出现超时 #2104

Closed Love-percation closed 2 months ago

Love-percation commented 3 months ago

例行检查

你的版本

问题描述, 日志截图 问题一:模仿b站up主,来进行联网查询,在postman和sealos 平台能正常访问api,sealos上已经进行过发布,加上上body后。但是在fastGPT发布后,进行调试,结果异常。 问题二:将百度搜索api换成本地api,出现超时 image

复现步骤 问题一: K2G~ ZWDTCF53FV4F7ES2HW

R8ETSCTB$@$229~RSE)Z21C 问题二: 本地api地址,在postman中加上请求参数后,能够正常访问.在fastGPT中出现超时问题。 image image

预期结果 期望搜索出结果,调试时,能返回指定回答,如sealos和postman所示。 image image image

相关截图

Love-percation commented 3 months ago

image 按照up主的post请求和body写法,在sealos上的谷歌搜索url能够正确返回检索信息。

c121914yu commented 3 months ago

那就是你本地网络通信问题了,得自己逐步排查经过的线路。