2.5版本 增加dall-e 优化mj 对接mj-plus

This commit is contained in:
小易
2024-02-04 18:51:37 +08:00
parent 822ff0a51d
commit 2ca3c164a0
57 changed files with 12239 additions and 7693 deletions

View File

@@ -10,7 +10,8 @@ export function defaultState(): Chat.ChatState {
groupList: [],
chatList: [],
groupKeyWord: '',
baseConfig: null
baseConfig: null,
chatPreList: [],
}
}

View File

@@ -15,7 +15,7 @@ export function defaultSetting(): UserState {
return {
userInfo: {
avatar: 'https://public-1300678944.cos.ap-shanghai.myqcloud.com/blog/1681310872890image.png',
name: 'Nine Ai',
name: 'Yi Ai',
},
}
}