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
1f65bfb1
authored
Aug 15, 2025
by
Archer
Committed by
GitHub
Aug 15, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deploy doc (#5473)
parent
c166a573
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
69 additions
and
84 deletions
+69
-84
deploy/docker/docker-compose-milvus.yml
+8
-8
deploy/docker/docker-compose-oceanbase/docker-compose.yml
+8
-8
deploy/docker/docker-compose-pgvector.yml
+8
-8
deploy/docker/docker-compose-zilliz.yml
+8
-8
deploy/docker/yml.js
+8
-8
document/content/docs/upgrading/4-12/4121.mdx
+1
-1
document/data/doc-last-modified.json
+1
-1
projects/app/src/components/core/chat/ChatContainer/ChatBox/Input/ChatInput.tsx
+1
-1
projects/app/src/pageComponents/chat/ChatWindow/HomeChatWindow.tsx
+26
-41
No files found.
deploy/docker/docker-compose-milvus.yml
View file @
1f65bfb1
...
@@ -151,8 +151,8 @@ services:
...
@@ -151,8 +151,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.12.
1-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
1-fix
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -209,15 +209,15 @@ services:
...
@@ -209,15 +209,15 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
1
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
1
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -226,8 +226,8 @@ services:
...
@@ -226,8 +226,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
9
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
10
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
9
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
10
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/docker-compose-oceanbase/docker-compose.yml
View file @
1f65bfb1
...
@@ -126,8 +126,8 @@ services:
...
@@ -126,8 +126,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.12.
1-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
1-fix
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -183,15 +183,15 @@ services:
...
@@ -183,15 +183,15 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
1
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
1
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -200,8 +200,8 @@ services:
...
@@ -200,8 +200,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
9
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
10
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
9
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
10
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/docker-compose-pgvector.yml
View file @
1f65bfb1
...
@@ -112,8 +112,8 @@ services:
...
@@ -112,8 +112,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.12.
1-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
1-fix
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -169,15 +169,15 @@ services:
...
@@ -169,15 +169,15 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
1
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
1
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -186,8 +186,8 @@ services:
...
@@ -186,8 +186,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
9
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
10
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
9
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
10
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/docker-compose-zilliz.yml
View file @
1f65bfb1
...
@@ -92,8 +92,8 @@ services:
...
@@ -92,8 +92,8 @@ services:
fastgpt
:
fastgpt
:
container_name
:
fastgpt
container_name
:
fastgpt
image
:
ghcr.io/labring/fastgpt:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt:v4.12.
1-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
1-fix
# 阿里云
ports
:
ports
:
-
3000:3000
-
3000:3000
networks
:
networks
:
...
@@ -151,15 +151,15 @@ services:
...
@@ -151,15 +151,15 @@ services:
-
./config.json:/app/data/config.json
-
./config.json:/app/data/config.json
sandbox
:
sandbox
:
container_name
:
sandbox
container_name
:
sandbox
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-sandbox:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
1
# 阿里云
networks
:
networks
:
-
fastgpt
-
fastgpt
restart
:
always
restart
:
always
fastgpt-mcp-server
:
fastgpt-mcp-server
:
container_name
:
fastgpt-mcp-server
container_name
:
fastgpt-mcp-server
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
0
# git
image
:
ghcr.io/labring/fastgpt-mcp_server:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
1
# 阿里云
ports
:
ports
:
-
3005:3000
-
3005:3000
networks
:
networks
:
...
@@ -168,8 +168,8 @@ services:
...
@@ -168,8 +168,8 @@ services:
environment
:
environment
:
-
FASTGPT_ENDPOINT=http://fastgpt:3000
-
FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin
:
fastgpt-plugin
:
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
9
# git
image
:
ghcr.io/labring/fastgpt-plugin:v0.1.
10
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
9
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
10
# 阿里云
container_name
:
fastgpt-plugin
container_name
:
fastgpt-plugin
restart
:
always
restart
:
always
networks
:
networks
:
...
...
deploy/docker/yml.js
View file @
1f65bfb1
...
@@ -95,8 +95,8 @@ services:
...
@@ -95,8 +95,8 @@ services:
fastgpt:
fastgpt:
container_name: fastgpt
container_name: fastgpt
image: ghcr.io/labring/fastgpt:v4.12.
0
# git
image: ghcr.io/labring/fastgpt:v4.12.
1-fix
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt:v4.12.
1-fix
# 阿里云
ports:
ports:
- 3000:3000
- 3000:3000
networks:
networks:
...
@@ -152,15 +152,15 @@ services:
...
@@ -152,15 +152,15 @@ services:
- ./config.json:/app/data/config.json
- ./config.json:/app/data/config.json
sandbox:
sandbox:
container_name: sandbox
container_name: sandbox
image: ghcr.io/labring/fastgpt-sandbox:v4.12.
0
# git
image: ghcr.io/labring/fastgpt-sandbox:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-sandbox:v4.12.
1
# 阿里云
networks:
networks:
- fastgpt
- fastgpt
restart: always
restart: always
fastgpt-mcp-server:
fastgpt-mcp-server:
container_name: fastgpt-mcp-server
container_name: fastgpt-mcp-server
image: ghcr.io/labring/fastgpt-mcp_server:v4.12.
0
# git
image: ghcr.io/labring/fastgpt-mcp_server:v4.12.
1
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
0
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-mcp_server:v4.12.
1
# 阿里云
ports:
ports:
- 3005:3000
- 3005:3000
networks:
networks:
...
@@ -169,8 +169,8 @@ services:
...
@@ -169,8 +169,8 @@ services:
environment:
environment:
- FASTGPT_ENDPOINT=http://fastgpt:3000
- FASTGPT_ENDPOINT=http://fastgpt:3000
fastgpt-plugin:
fastgpt-plugin:
image: ghcr.io/labring/fastgpt-plugin:v0.1.
9
# git
image: ghcr.io/labring/fastgpt-plugin:v0.1.
10
# git
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
9
# 阿里云
# image: registry.cn-hangzhou.aliyuncs.com/fastgpt/fastgpt-plugin:v0.1.
10
# 阿里云
container_name: fastgpt-plugin
container_name: fastgpt-plugin
restart: always
restart: always
networks:
networks:
...
...
document/content/docs/upgrading/4-12/4121.mdx
View file @
1f65bfb1
...
@@ -7,7 +7,7 @@ description: 'FastGPT V4.12.1 更新说明'
...
@@ -7,7 +7,7 @@ description: 'FastGPT V4.12.1 更新说明'
### 1. 更新镜像:
### 1. 更新镜像:
- 更新 FastGPT 镜像tag: v4.12.1
- 更新 FastGPT 镜像tag: v4.12.1
-fix
- 更新 FastGPT 商业版镜像tag: v4.12.1
- 更新 FastGPT 商业版镜像tag: v4.12.1
- 更新 fastgpt-plugin 镜像 tag: v0.1.10
- 更新 fastgpt-plugin 镜像 tag: v0.1.10
- mcp_server 无需更新
- mcp_server 无需更新
...
...
document/data/doc-last-modified.json
View file @
1f65bfb1
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
"document/content/docs/upgrading/4-11/4110.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-11/4110.mdx"
:
"2025-08-05T23:20:39+08:00"
,
"document/content/docs/upgrading/4-11/4111.mdx"
:
"2025-08-07T22:49:09+08:00"
,
"document/content/docs/upgrading/4-11/4111.mdx"
:
"2025-08-07T22:49:09+08:00"
,
"document/content/docs/upgrading/4-12/4120.mdx"
:
"2025-08-12T22:45:19+08:00"
,
"document/content/docs/upgrading/4-12/4120.mdx"
:
"2025-08-12T22:45:19+08:00"
,
"document/content/docs/upgrading/4-12/4121.mdx"
:
"2025-08-15T1
7:56:49
+08:00"
,
"document/content/docs/upgrading/4-12/4121.mdx"
:
"2025-08-15T1
8:43:41
+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
...
projects/app/src/components/core/chat/ChatContainer/ChatBox/Input/ChatInput.tsx
View file @
1f65bfb1
...
@@ -256,7 +256,7 @@ const ChatInput = ({
...
@@ -256,7 +256,7 @@ const ChatInput = ({
gap=
{
[
0
,
1
]
}
gap=
{
[
0
,
1
]
}
>
>
{
/* 左侧自定义按钮组 */
}
{
/* 左侧自定义按钮组 */
}
<
Flex
alignItems=
{
'center'
}
gap=
{
2
}
>
<
Flex
alignItems=
{
'center'
}
gap=
{
2
}
flex=
{
'1 0 0'
}
w=
{
0
}
>
{
InputLeftComponent
}
{
InputLeftComponent
}
</
Flex
>
</
Flex
>
...
...
projects/app/src/pageComponents/chat/ChatWindow/HomeChatWindow.tsx
View file @
1f65bfb1
...
@@ -101,14 +101,6 @@ const HomeChatWindow = ({ myApps }: Props) => {
...
@@ -101,14 +101,6 @@ const HomeChatWindow = ({ myApps }: Props) => {
const
[
selectedModel
,
setSelectedModel
]
=
useLocalStorageState
(
'chat_home_model'
,
{
const
[
selectedModel
,
setSelectedModel
]
=
useLocalStorageState
(
'chat_home_model'
,
{
defaultValue
:
defaultModels
.
llm
?.
model
defaultValue
:
defaultModels
.
llm
?.
model
});
});
const
selectedModelAvatar
=
useMemo
(()
=>
{
const
modelData
=
getModelFromList
(
llmModelList
,
selectedModel
||
''
);
return
modelData
?.
avatar
||
HUGGING_FACE_ICON
;
},
[
selectedModel
,
llmModelList
]);
const
selectedModelButtonLabel
=
useMemo
(()
=>
{
const
modelData
=
availableModels
.
find
((
model
)
=>
model
.
value
===
selectedModel
);
return
modelData
?.
label
||
selectedModel
;
},
[
selectedModel
,
availableModels
]);
const
availableTools
=
useMemo
(
const
availableTools
=
useMemo
(
()
=>
chatSettings
?.
selectedTools
||
[],
()
=>
chatSettings
?.
selectedTools
||
[],
...
@@ -254,38 +246,33 @@ const HomeChatWindow = ({ myApps }: Props) => {
...
@@ -254,38 +246,33 @@ const HomeChatWindow = ({ myApps }: Props) => {
<>
<>
{
/* 模型选择 */
}
{
/* 模型选择 */
}
{
availableModels
.
length
>
0
&&
(
{
availableModels
.
length
>
0
&&
(
<
AIModelSelector
<
Box
flex=
{
[
'1'
,
'0'
]
}
w=
{
[
0
,
'auto'
]
}
>
h=
{
[
'30px'
,
'36px'
]
}
<
AIModelSelector
boxShadow=
{
'none'
}
h=
{
[
'30px'
,
'36px'
]
}
size=
"sm"
boxShadow=
{
'none'
}
bg=
{
'myGray.50'
}
size=
"sm"
rounded=
"full"
bg=
{
'myGray.50'
}
list=
{
availableModels
}
rounded=
"full"
value=
{
selectedModel
}
list=
{
availableModels
}
maxW=
{
[
'114px'
,
'fit-content'
]
}
value=
{
selectedModel
}
valueLabel=
{
onChange=
{
async
(
model
)
=>
{
<
Flex
className=
"textEllipsis"
maxW=
{
[
'74px'
,
'100%'
]
}
alignItems=
{
'center'
}
gap=
{
1
}
>
setChatBoxData
((
state
)
=>
({
{
isPc
&&
<
Avatar
src=
{
selectedModelAvatar
}
w=
{
4
}
h=
{
4
}
/>
}
...
state
,
<
Box
>
{
selectedModelButtonLabel
}
</
Box
>
app
:
{
</
Flex
>
...
state
.
app
,
}
chatConfig
:
{
onChange=
{
async
(
model
)
=>
{
...
state
.
app
.
chatConfig
,
setChatBoxData
((
state
)
=>
({
fileSelectConfig
:
{
...
state
,
...
defaultFileSelectConfig
,
app
:
{
canSelectImg
:
!!
getWebLLMModel
(
model
).
vision
...
state
.
app
,
}
chatConfig
:
{
...
state
.
app
.
chatConfig
,
fileSelectConfig
:
{
...
defaultFileSelectConfig
,
canSelectImg
:
!!
getWebLLMModel
(
model
).
vision
}
}
}
}
}
}
));
})
);
setSelectedModel
(
model
);
setSelectedModel
(
model
);
}
}
}
}
/>
/
>
</
Box
>
)
}
)
}
{
/* 工具选择下拉框 */
}
{
/* 工具选择下拉框 */
}
...
@@ -361,9 +348,7 @@ const HomeChatWindow = ({ myApps }: Props) => {
...
@@ -361,9 +348,7 @@ const HomeChatWindow = ({ myApps }: Props) => {
selectedToolIds
,
selectedToolIds
,
setSelectedToolIds
,
setSelectedToolIds
,
setChatBoxData
,
setChatBoxData
,
isPc
,
isPc
selectedModelAvatar
,
selectedModelButtonLabel
]
]
);
);
...
...
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