Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4ea0d9d8
authored
Dec 28, 2021
by
Sixong.Zhu
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
revert
parent
85769681
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
store/index.ts
store/index.ts
View file @
4ea0d9d8
...
@@ -862,7 +862,7 @@ export default {
...
@@ -862,7 +862,7 @@ export default {
await
getChatModelInfo
(
await
getChatModelInfo
(
wantedChatRoom
.
model_name
,
wantedChatRoom
.
model_name
,
wantedChatRoom
.
obj_id
,
wantedChatRoom
.
obj_id
,
Chat
.
isBackend
()
?
wantedChatRoom
.
detail_name
:
'
default
'
Chat
.
isBackend
()
?
wantedChatRoom
.
detail_name
:
''
)
)
.
then
((
info
)
=>
{
.
then
((
info
)
=>
{
commit
(
commit
(
...
@@ -966,7 +966,7 @@ export default {
...
@@ -966,7 +966,7 @@ export default {
await
getChatModelInfo
(
await
getChatModelInfo
(
firstChat
.
model_name
,
firstChat
.
model_name
,
firstChat
.
obj_id
,
firstChat
.
obj_id
,
Chat
.
isBackend
()
?
firstChat
.
detail_name
:
'
default
'
Chat
.
isBackend
()
?
firstChat
.
detail_name
:
''
);
);
await
dispatch
(
await
dispatch
(
ChatStore
.
ACTION_SAVE_CURRENT_CHAT_ID_VERSION
,
ChatStore
.
ACTION_SAVE_CURRENT_CHAT_ID_VERSION
,
...
...
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