mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-21 19:42:07 +00:00
perf: deploy docs; docker-compose (#5722)
* docs: https://localhost => http://localhost * chore: docker compose; deploy/dev docs * chore: quick-start page * chore: add comment & remove leading space of vector config * chore: remove redundant install.sh scripts * chore: adjust milvus and ob, image dyanmic config; readme.md * chore: update pnpm-lock.yaml
This commit is contained in:
@@ -24,7 +24,7 @@ import { Alert } from '@/components/docs/Alert';
|
||||
## 替换三方应用的变量
|
||||
|
||||
```bash
|
||||
OPENAI_API_BASE_URL: https://localhost:3000/api (改成自己部署的域名)
|
||||
OPENAI_API_BASE_URL: http://localhost:3000/api (改成自己部署的域名)
|
||||
OPENAI_API_KEY = 上一步获取到的密钥
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user