mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-25 20:02:47 +00:00
docs: fix typos (#898)
Some checks are pending
deploy-docs / deploy-production (push) Waiting to run
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Waiting to run
Build docs images and copy image to docker hub / push-to-docker-hub (push) Blocked by required conditions
Build docs images and copy image to docker hub / update-docs-image (push) Blocked by required conditions
Some checks are pending
deploy-docs / deploy-production (push) Waiting to run
Build docs images and copy image to docker hub / build-fastgpt-docs-images (push) Waiting to run
Build docs images and copy image to docker hub / push-to-docker-hub (push) Blocked by required conditions
Build docs images and copy image to docker hub / update-docs-image (push) Blocked by required conditions
This commit is contained in:
parent
fd9b6291af
commit
32686f9e3e
|
|
@ -19,7 +19,7 @@ images: []
|
|||
|
||||
## 通用问题
|
||||
|
||||
### 能否纯本地允许
|
||||
### 能否纯本地运行
|
||||
|
||||
可以。需要准备好向量模型和LLM模型。
|
||||
|
||||
|
|
@ -132,4 +132,4 @@ mongo连接失败,检查
|
|||
2. 复制 `config.json` -> `config.local.json`
|
||||
3. 复制 `.env.template` -> `.env.local`
|
||||
4. `cd projects/app`
|
||||
5. `pnpm dev`
|
||||
5. `pnpm dev`
|
||||
|
|
|
|||
Loading…
Reference in New Issue