mirror of
https://github.com/labring/FastGPT.git
synced 2026-03-05 01:13:16 +08:00
* feat: migrate to fastgpt storage sdk * chore: rename env variable * chore: move to sdk dir * docs: object storage * CHORE * chore: storage mocks * chore: update docker-compose * fix: global proxy agent * fix: update COS proxy * refactor: use fetch instead of http.request * fix: axios request base url * fix: axios proxy request behavior * fix: bumps axios * fix: patch axios for proxy * fix: replace axios with proxied axios * fix: upload txt file encoding * clean code
22 lines
335 B
JSON
22 lines
335 B
JSON
{
|
|
"title": "FastGPT 社区版",
|
|
"description": "FastGPT 社区版",
|
|
"icon": "🔧",
|
|
"pages": [
|
|
"quick-start",
|
|
"sealos",
|
|
"intro",
|
|
"docker",
|
|
"configuration",
|
|
"object-storage",
|
|
"faq",
|
|
"signoz",
|
|
"modelConfig",
|
|
"openapi",
|
|
"custom-models",
|
|
"proxy",
|
|
"migration",
|
|
"design"
|
|
]
|
|
}
|