Commit 85769681 by Sixong.Zhu

u

parent fe6ab1be
Showing with 2 additions and 2 deletions
......@@ -862,7 +862,7 @@ export default {
await getChatModelInfo(
wantedChatRoom.model_name,
wantedChatRoom.obj_id,
Chat.isBackend() ? wantedChatRoom.detail_name : ''
Chat.isBackend() ? wantedChatRoom.detail_name : 'default'
)
.then((info) => {
commit(
......@@ -966,7 +966,7 @@ export default {
await getChatModelInfo(
firstChat.model_name,
firstChat.obj_id,
Chat.isBackend() ? firstChat.detail_name : ''
Chat.isBackend() ? firstChat.detail_name : 'default'
);
await dispatch(
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