mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
change default title (#468)
This commit is contained in:
@@ -92,7 +92,7 @@ function App({ Component, pageProps }: AppProps) {
|
||||
return (
|
||||
<>
|
||||
<Head>
|
||||
<title>{feConfigs?.systemTitle || 'FastGPT'}</title>
|
||||
<title>{feConfigs?.systemTitle || 'AI'}</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="FastGPT is a knowledge-based question answering system built on the LLM. It offers out-of-the-box data processing and model invocation capabilities. Moreover, it allows for workflow orchestration through Flow visualization, thereby enabling complex question and answer scenarios!"
|
||||
|
Reference in New Issue
Block a user