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
ca571793
authored
Feb 19, 2025
by
Archer
Committed by
GitHub
Feb 19, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc (#3836)
parent
6762723b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
docSite/content/zh-cn/docs/development/faq.md
+4
-0
docSite/content/zh-cn/docs/development/upgrading/4822.md
+1
-1
No files found.
docSite/content/zh-cn/docs/development/faq.md
View file @
ca571793
...
@@ -142,6 +142,10 @@ OneAPI 的 API Key 配置错误,需要修改`OPENAI_API_KEY`环境变量,并
...
@@ -142,6 +142,10 @@ OneAPI 的 API Key 配置错误,需要修改`OPENAI_API_KEY`环境变量,并
3.
....
3.
....
### Tiktoken 下载失败
由于 OneAPI 会在启动时从网络下载一个 tiktoken 的依赖,如果网络异常,就会导致启动失败。可以参考
[
OneAPI 离线部署
](
https://blog.csdn.net/wanh/article/details/139039216
)
解决。
## 四、常见模型问题
## 四、常见模型问题
### 如何检查模型可用性问题
### 如何检查模型可用性问题
...
...
docSite/content/zh-cn/docs/development/upgrading/4822.md
View file @
ca571793
...
@@ -35,7 +35,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4822' \
...
@@ -35,7 +35,7 @@ curl --location --request POST 'https://{{host}}/api/admin/initv4822' \
1.
AI 对话节点解析
`<think></think>`
标签内容作为思考链,便于各类模型进行思考链输出。需主动开启模型输出思考。
1.
AI 对话节点解析
`<think></think>`
标签内容作为思考链,便于各类模型进行思考链输出。需主动开启模型输出思考。
2.
对话 API 优化,无论是否传递 chatId,都会保存对话日志。未传递 chatId,则随机生成一个 chatId 来进行存储。
2.
对话 API 优化,无论是否传递 chatId,都会保存对话日志。未传递 chatId,则随机生成一个 chatId 来进行存储。
3.
ppio 模型提供商
by
3.
ppio 模型提供商
## ⚙️ 优化
## ⚙️ 优化
...
...
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