Commit 4ea0d9d8 by Sixong.Zhu

revert

parent 85769681
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 : '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,
......
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