ngoctuanai
commited on
Commit
•
6a1a89c
1
Parent(s):
3975edd
Update src/store/modules/user/helper.ts
Browse files
src/store/modules/user/helper.ts
CHANGED
@@ -15,8 +15,8 @@ export interface UserState {
|
|
15 |
export function defaultSetting(): UserState {
|
16 |
return {
|
17 |
userInfo: {
|
18 |
-
avatar: 'https://
|
19 |
-
name: '
|
20 |
description: 'AI assistant',
|
21 |
},
|
22 |
}
|
|
|
15 |
export function defaultSetting(): UserState {
|
16 |
return {
|
17 |
userInfo: {
|
18 |
+
avatar: 'https://seeklogo.com/images/G/gpt-4-logo-F9E550D12B-seeklogo.com.png',
|
19 |
+
name: 'GPT-4',
|
20 |
description: 'AI assistant',
|
21 |
},
|
22 |
}
|