mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00

原先 config.json 的地址是: https://github.com/labring/FastGPT/blob/main/projects/app/data/config.json 如果没有考虑太多,直接 wget "https://github.com/labring/FastGPT/blob/main/projects/app/data/config.json",则会下载到网页版的 `config.json`。这不是一个 json 文件,而是 github 的网页。 所以,修改为 `https://raw.githubusercontent.com/labring/FastGPT/refs/heads/main/projects/app/data/config.json` 更加合理
文档
本地运行
- 安装 go 语言环境。
- 安装 hugo。二进制下载,注意需要安装 extended 版本。
- cd docSite
- hugo serve
- 访问 http://localhost:1313