Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
02caa573
authored
May 23, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs
parent
6014a56e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
4 deletions
+6
-4
README.md
+1
-0
docs/deploy/docker.md
+1
-1
docs/deploy/fastgpt/docker-compose.yml
+1
-1
docs/deploy/proxy/sealos.md
+1
-1
public/docs/versionIntro.md
+2
-1
No files found.
README.md
View file @
02caa573
...
@@ -36,6 +36,7 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
...
@@ -36,6 +36,7 @@ Fast GPT 允许你使用自己的 openai API KEY 来快速的调用 openai 接
## 👀 其他
## 👀 其他
-
[
FastGpt 常见问题
](
https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh
)
-
[
FastGpt 常见问题
](
https://kjqvjse66l.feishu.cn/docx/HtrgdT0pkonP4kxGx8qcu6XDnGh
)
-
[
公众号接入
](
https://www.bilibili.com/video/BV1xh4y1t7fy/
)
-
[
FastGpt + Laf 最佳实践,将知识库装入公众号,点击去 Laf 公众号体验效果
](
https://b4jky7-fastgpt.oss.laf.run/lafercode.png
)
-
[
FastGpt + Laf 最佳实践,将知识库装入公众号,点击去 Laf 公众号体验效果
](
https://b4jky7-fastgpt.oss.laf.run/lafercode.png
)
-
[
FastGpt V3.4 更新集合
](
https://www.bilibili.com/video/BV1Lo4y147Qh/?vd_source=92041a1a395f852f9d89158eaa3f61b4
)
-
[
FastGpt V3.4 更新集合
](
https://www.bilibili.com/video/BV1Lo4y147Qh/?vd_source=92041a1a395f852f9d89158eaa3f61b4
)
-
[
FastGpt 知识库演示
](
https://www.bilibili.com/video/BV1Wo4y1p7i1/
)
-
[
FastGpt 知识库演示
](
https://www.bilibili.com/video/BV1Wo4y1p7i1/
)
...
...
docs/deploy/docker.md
View file @
02caa573
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
## 代理环境(国外服务器可忽略)
## 代理环境(国外服务器可忽略)
选择一个即可。
选择一个即可。
这只是代理!!!不是项目。
1.
[
sealos nginx 方案
](
./proxy/sealos.md
)
- 推荐。约等于不用钱,不需要额外准备任何东西。
1.
[
sealos nginx 方案
](
./proxy/sealos.md
)
- 推荐。约等于不用钱,不需要额外准备任何东西。
2.
[
clash 方案
](
./proxy/clash.md
)
- 仅需一台服务器(需要有 clash)
2.
[
clash 方案
](
./proxy/clash.md
)
- 仅需一台服务器(需要有 clash)
...
...
docs/deploy/fastgpt/docker-compose.yml
View file @
02caa573
...
@@ -52,7 +52,7 @@ services:
...
@@ -52,7 +52,7 @@ services:
-
aliTemplateCode=SMS_xxxx
-
aliTemplateCode=SMS_xxxx
# token加密凭证(随便填,作为登录凭证)
# token加密凭证(随便填,作为登录凭证)
-
TOKEN_KEY=xxxx
-
TOKEN_KEY=xxxx
# root key, 最高权限
# root key, 最高权限
,可以内部接口互相调用
-
ROOT_KEY=xxx
-
ROOT_KEY=xxx
# 是否进行安全校验(1: 开启,0: 关闭)
# 是否进行安全校验(1: 开启,0: 关闭)
-
SENSITIVE_CHECK=1
-
SENSITIVE_CHECK=1
...
...
docs/deploy/proxy/sealos.md
View file @
02caa573
...
@@ -90,7 +90,7 @@ http {
...
@@ -90,7 +90,7 @@ http {
1.
进入刚刚部署应用的详情,复制外网地址
1.
进入刚刚部署应用的详情,复制外网地址
!
[
step5
](
./imgs//sealos5.png
)
!
[
step5
](
./imgs//sealos5.png
)
2.
修改环境变量:
2.
修改环境变量
(是 FastGpt 的环境变量,不是 sealos 的)
:
```
```
OPENAI_BASE_URL=https://tgohwtdlrmer.cloud.sealos.io/openai/v1
OPENAI_BASE_URL=https://tgohwtdlrmer.cloud.sealos.io/openai/v1
...
...
public/docs/versionIntro.md
View file @
02caa573
### Fast GPT V3.
7
### Fast GPT V3.
8
-
新增 - 知识库引用反馈。
-
新增 - 知识库与 AI 助手对多对关系,一个知识库可以被多个 AI 助手关联,一个 AI 助手可以关联多个知识库。
-
新增 - 知识库与 AI 助手对多对关系,一个知识库可以被多个 AI 助手关联,一个 AI 助手可以关联多个知识库。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment