mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
update project domain (#5208)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
### 常见问题
|
||||
|
||||
- [**Git 地址**,点击查看项目地址](https://github.com/labring/FastGPT)
|
||||
- [点击查看官方文档](https://doc.tryfastgpt.ai/docs/)
|
||||
- [点击查看商业版文档](https://doc.tryfastgpt.ai/docs/shopping_cart/intro/)
|
||||
- [计费规则](https://doc.tryfastgpt.ai/docs/pricing/)
|
||||
- [点击查看官方文档](https://doc.fastgpt.io/docs/)
|
||||
- [点击查看商业版文档](https://doc.fastgpt.io/docs/shopping_cart/intro/)
|
||||
- [计费规则](https://doc.fastgpt.io/docs/pricing/)
|
||||
|
||||
**其他问题**
|
||||
| 扫码进入交流群 |
|
||||
|
@@ -53,7 +53,7 @@ const ApiKeyTable = ({ tips, appId }: { tips: string; appId?: string }) => {
|
||||
const theme = useTheme();
|
||||
const { copyData } = useCopyData();
|
||||
const { feConfigs } = useSystemStore();
|
||||
const [baseUrl, setBaseUrl] = useState('https://tryfastgpt.ai/api');
|
||||
const [baseUrl, setBaseUrl] = useState('https://fastgpt.io/api');
|
||||
const [editData, setEditData] = useState<EditProps>();
|
||||
const [apiKey, setApiKey] = useState('');
|
||||
|
||||
|
@@ -105,8 +105,8 @@ export async function getInitConfig() {
|
||||
const defaultFeConfigs: FastGPTFeConfigsType = {
|
||||
show_emptyChat: true,
|
||||
show_git: true,
|
||||
docUrl: 'https://doc.tryfastgpt.ai',
|
||||
openAPIDocUrl: 'https://doc.tryfastgpt.ai/docs/development/openapi',
|
||||
docUrl: 'https://doc.fastgpt.io',
|
||||
openAPIDocUrl: 'https://doc.fastgpt.io/docs/development/openapi',
|
||||
systemPluginCourseUrl: 'https://fael3z0zfze.feishu.cn/wiki/ERZnw9R26iRRG0kXZRec6WL9nwh',
|
||||
appTemplateCourse:
|
||||
'https://fael3z0zfze.feishu.cn/wiki/CX9wwMGyEi5TL6koiLYcg7U0nWb?fromScene=spaceOverview',
|
||||
|
Reference in New Issue
Block a user