Commit 85769681 by Sixong.Zhu

u

parent fe6ab1be
Showing with 2 additions and 2 deletions
...@@ -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 : '' Chat.isBackend() ? wantedChatRoom.detail_name : 'default'
) )
.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 : '' Chat.isBackend() ? firstChat.detail_name : 'default'
); );
await dispatch( await dispatch(
ChatStore.ACTION_SAVE_CURRENT_CHAT_ID_VERSION, ChatStore.ACTION_SAVE_CURRENT_CHAT_ID_VERSION,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment