mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 11:30:06 +00:00
fix: doc path (#5393)
This commit is contained in:
@@ -17,7 +17,7 @@ import { Alert } from '@/components/docs/Alert';
|
||||
|
||||
## AI模型
|
||||
|
||||
可以通过 [config.json](/docs/development/configuration/) 配置可选的对话模型,通过 [one-api](/docs/development/modelconfig/one-api/) 来实现多模型接入。
|
||||
可以通过 [config.json](/docs/introduction/development/configuration/) 配置可选的对话模型,通过 [one-api](/docs/introduction/development/modelConfig/one-api) 来实现多模型接入。
|
||||
|
||||
点击AI模型后,可以配置模型的相关参数。
|
||||
|
||||
@@ -25,8 +25,6 @@ import { Alert } from '@/components/docs/Alert';
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
<Alert icon="🍅" context="success">
|
||||
具体配置参数介绍可以参考: [AI参数配置说明](/docs/introduction/guide/course/ai_settings/)
|
||||
具体配置参数介绍可以参考: [AI参数配置说明](/docs/introduction/guide/course/ai_settings/)
|
||||
</Alert>
|
||||
|
Reference in New Issue
Block a user