Commit ·
218cf0a
1
Parent(s): 539a191
Upload 133 files
Browse files- license +17 -13
- src/components/common/Setting/About.vue +1 -1
- src/store/modules/user/helper.ts +1 -1
license
CHANGED
|
@@ -1,21 +1,25 @@
|
|
| 1 |
-
MIT License
|
| 2 |
|
| 3 |
Copyright (c) 2023 chokiproai
|
| 4 |
|
| 5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
in the Software without restriction, including without limitation the rights
|
| 8 |
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
-
|
| 10 |
-
|
| 11 |
|
| 12 |
-
|
| 13 |
-
copies or substantial portions of the Software.
|
| 14 |
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
SOFTWARE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MIT License
|
| 2 |
|
| 3 |
Copyright (c) 2023 chokiproai
|
| 4 |
|
| 5 |
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
| 9 |
+
of the Software, and to permit persons to whom the Software is furnished to do
|
| 10 |
+
so, subject to the following conditions:
|
| 11 |
|
| 12 |
+
## Conditions
|
|
|
|
| 13 |
|
| 14 |
+
The above copyright notice and this permission notice (including the next
|
| 15 |
+
paragraph) shall be included in all copies or substantial portions of the
|
| 16 |
+
Software.
|
| 17 |
+
|
| 18 |
+
## Disclaimer
|
| 19 |
+
|
| 20 |
+
**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 21 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
| 22 |
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
| 23 |
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
| 24 |
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
| 25 |
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**
|
src/components/common/Setting/About.vue
CHANGED
|
@@ -46,7 +46,7 @@ onMounted(() => {
|
|
| 46 |
</h2>
|
| 47 |
<div class="p-2 space-y-2 rounded-md bg-neutral-100 dark:bg-neutral-700">
|
| 48 |
<p>
|
| 49 |
-
By:Chokiproai (NgocTuanAI)
|
| 50 |
<a
|
| 51 |
class="text-blue-600 dark:text-blue-500"
|
| 52 |
href="https://github.com/chokiproai/ChatGPT-v2"
|
|
|
|
| 46 |
</h2>
|
| 47 |
<div class="p-2 space-y-2 rounded-md bg-neutral-100 dark:bg-neutral-700">
|
| 48 |
<p>
|
| 49 |
+
By: Chokiproai (NgocTuanAI)
|
| 50 |
<a
|
| 51 |
class="text-blue-600 dark:text-blue-500"
|
| 52 |
href="https://github.com/chokiproai/ChatGPT-v2"
|
src/store/modules/user/helper.ts
CHANGED
|
@@ -17,7 +17,7 @@ export function defaultSetting(): UserState {
|
|
| 17 |
userInfo: {
|
| 18 |
avatar: 'https://pnghive.com/core/images/full/chat-gpt-logo-png-1680406057.png',
|
| 19 |
name: 'ChatGPT',
|
| 20 |
-
description: '
|
| 21 |
},
|
| 22 |
}
|
| 23 |
}
|
|
|
|
| 17 |
userInfo: {
|
| 18 |
avatar: 'https://pnghive.com/core/images/full/chat-gpt-logo-png-1680406057.png',
|
| 19 |
name: 'ChatGPT',
|
| 20 |
+
description: 'AI assistant',
|
| 21 |
},
|
| 22 |
}
|
| 23 |
}
|