1
1
import { SiteConfig } from '@/types/siteConfig' ;
2
2
import { BsGithub } from 'react-icons/bs' ;
3
- import { FaDiscord , } from " react-icons/fa" ;
4
- import { IoLogoGithub , } from " react-icons/io" ;
5
- import { IoLogoWechat } from " react-icons/io5" ;
6
- import { HiUserGroup } from " react-icons/hi" ;
3
+ import { FaDiscord } from ' react-icons/fa' ;
4
+ import { IoLogoGithub } from ' react-icons/io' ;
5
+ import { IoLogoWechat } from ' react-icons/io5' ;
6
+ import { HiUserGroup } from ' react-icons/hi' ;
7
7
8
8
import { MdEmail } from 'react-icons/md' ;
9
9
const OPEN_SOURCE_URL = 'https://github.com/labring/FastGPT' ;
10
10
11
11
const baseSiteConfig = {
12
- title : 'FastGPT - Enterprise AI Angent Builder' ,
12
+ title : 'FastGPT - Enterprise AI Agent Builder' ,
13
13
name : 'FastGPT' ,
14
14
description :
15
- 'A free, open-source Enterprise AI Angent Builder, provide Agentic RAG retrieval、AI-powered workflows and MCP tools. Easy to build AI Agents.' ,
15
+ 'A free, open-source Enterprise AI Agent Builder, provide Agentic RAG retrieval、AI-powered workflows and MCP tools. Easy to build AI Agents.' ,
16
16
url : process . env . NEXT_PUBLIC_HOME_URL || 'https://fastgpt.io' ,
17
17
userUrl : process . env . NEXT_PUBLIC_USER_URL || 'https://cloud.fastgpt.io' ,
18
18
ogImage : 'https://landingpage.weijunext.com/og.png' ,
@@ -38,7 +38,8 @@ const baseSiteConfig = {
38
38
'企业知识库'
39
39
] ,
40
40
// commercial: 'https://doc.fastgpt.io/docs/commercial/intro/',
41
- commercial : 'https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc?prefill_S=G1&hide_S=1' ,
41
+ commercial :
42
+ 'https://fael3z0zfze.feishu.cn/share/base/form/shrcnjJWtKqjOI9NbQTzhNyzljc?prefill_S=G1&hide_S=1' ,
42
43
authors : [
43
44
{
44
45
name : 'labring' ,
@@ -109,7 +110,8 @@ export const siteConfig: SiteConfig = {
109
110
export const siteConfigZh : SiteConfig = {
110
111
...siteConfig ,
111
112
title : 'FastGPT - 企业级 AI Agent 搭建平台' ,
112
- description : 'FastGPT是一个企业级 AI Agent 搭建平台,可以基于 LLM 大语言模型搭建 AI 知识库问答系统,提供开箱即用的AI Agent 工具集及大模型调用等能力,并通过可视化 workflow 编排功能实现复杂的AI应用能力!' ,
113
+ description :
114
+ 'FastGPT是一个企业级 AI Agent 搭建平台,可以基于 LLM 大语言模型搭建 AI 知识库问答系统,提供开箱即用的AI Agent 工具集及大模型调用等能力,并通过可视化 workflow 编排功能实现复杂的AI应用能力!' ,
113
115
keywords : [
114
116
'FastGPT' ,
115
117
'AI Agent' ,
@@ -126,6 +128,6 @@ export const siteConfigZh: SiteConfig = {
126
128
'llm' ,
127
129
'gpt' ,
128
130
'gpt5' ,
129
- 'AI自动化工具' ,
130
- ] ,
131
+ 'AI自动化工具'
132
+ ]
131
133
} ;
0 commit comments