mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-11-16 14:13:44 +08:00
2.5版本 增加dall-e 优化mj 对接mj-plus
This commit is contained in:
@@ -10,7 +10,8 @@ export function defaultState(): Chat.ChatState {
|
||||
groupList: [],
|
||||
chatList: [],
|
||||
groupKeyWord: '',
|
||||
baseConfig: null
|
||||
baseConfig: null,
|
||||
chatPreList: [],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user