We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
本地已部署好的 fastgpt+ds,在简单的聊天应用中开启了文件上传,在fastgpt提供的页面中可以实现分析docx的操作,现在的问题是,我想通过api方式调用,在教程中需要配置 { "type": "file_url", "name": "1.docx", "url": "http://127.0.0.1:5000/1.docx" } 因为教程中说不支持api上传,所以我在本地搭建了一个http的环境,url中的文件在浏览器中可以直接下载,但是在api中这样写,就提示找不到
The text was updated successfully, but these errors were encountered:
容器里 127.0.0.1 不指向你本机,需要 ip 或直接域名之类的。
Sorry, something went wrong.
No branches or pull requests
本地已部署好的 fastgpt+ds,在简单的聊天应用中开启了文件上传,在fastgpt提供的页面中可以实现分析docx的操作,现在的问题是,我想通过api方式调用,在教程中需要配置
{
"type": "file_url",
"name": "1.docx",
"url": "http://127.0.0.1:5000/1.docx"
}
因为教程中说不支持api上传,所以我在本地搭建了一个http的环境,url中的文件在浏览器中可以直接下载,但是在api中这样写,就提示找不到
The text was updated successfully, but these errors were encountered: