* perf: log

* README

* docs
This commit is contained in:
Archer
2023-08-10 14:26:10 +08:00
committed by GitHub
parent 4dc0fd3c3f
commit a0c397cfd2
9 changed files with 209 additions and 34 deletions

View File

@@ -58,7 +58,7 @@ function App({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>{feConfigs?.systemTitle || 'FastAI'}</title>
<title>{feConfigs?.systemTitle || 'FastGPT'}</title>
<meta name="description" content="Embedding + LLM, Build AI knowledge base" />
<meta
name="viewport"