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
60f62507
authored
Mar 25, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 版本更新
parent
75cf3d1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
src/constants/common.ts
+3
-5
src/pages/chat/components/Empty.tsx
+0
-5
No files found.
src/constants/common.ts
View file @
60f62507
...
@@ -52,11 +52,9 @@ export const chatProblem = `
...
@@ -52,11 +52,9 @@ export const chatProblem = `
`
;
`
;
export
const
versionIntro
=
`
export
const
versionIntro
=
`
* 分享对话:使用的是分享者的 Api Key 生成一个对话窗口进行分享。
## Fast GPT V2.0
* 分享空白对话:为该模型创建一个空白的聊天分享出去。
* 优化记账模式: 不再根据文本长度进行记账,而是根据实际消耗 tokens 数量进行记账。
* 分享当前对话:会把当前聊天的内容也分享出去,但是要注意不要多个人同时用一个聊天内容。
* 文本 QA 拆分: 可以在[数据]模块,使用 QA 拆分功能,粘贴文字或者选择文件均可以实现自动生成 QA。可以一键导出,用于微调模型。
* 增加模型介绍:可以在模型编辑页添加对模型的介绍,方便提示模型的范围。
* 温度调整:可以在模型编辑页调整模型温度,以便适应不同类型的对话。例如,翻译类的模型可以把温度拉低;创作类的模型可以把温度拉高。
`
;
`
;
export
const
shareHint
=
`
export
const
shareHint
=
`
...
...
src/pages/chat/components/Empty.tsx
View file @
60f62507
...
@@ -31,11 +31,6 @@ const Empty = ({ intro }: { intro: string }) => {
...
@@ -31,11 +31,6 @@ const Empty = ({ intro }: { intro: string }) => {
</
Card
>
</
Card
>
{
/* version intro */
}
{
/* version intro */
}
<
Card
p=
{
4
}
>
<
Card
p=
{
4
}
>
<
Header
>
Fast Gpt version1.4
</
Header
>
<
Box
>
聊天的数据结构发生了比较大的改动。如果出现问题,请手动删除左侧旧的历史记录,并重新从模型页生成对话框进入。
</
Box
>
<
br
/>
<
Markdown
source=
{
versionIntro
}
/>
<
Markdown
source=
{
versionIntro
}
/>
</
Card
>
</
Card
>
</
Box
>
</
Box
>
...
...
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