Skip to content

Commit 674fd81

Browse files
committed
feat: Adjust the model permissions and cloud backup quota
1 parent 54d4a03 commit 674fd81

File tree

20 files changed

+510
-499
lines changed

20 files changed

+510
-499
lines changed

CHANGE_LOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v0.8.4
44

5-
> 2023-08-16
5+
> 2023-08-19
66
77
### Add
88

@@ -14,6 +14,8 @@
1414

1515
- Support for importing and exporting configurations of OpenRouter.
1616
- Adjust the layout of the bottom left menu.
17+
- Adjust the model permissions provided by OpenRouter to free.
18+
- Adjust the cloud backup quota, free users can back up 50KB of data.
1719

1820
## v0.8.3
1921

CHANGE_LOG.zh_CN.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## v0.8.4
44

5-
> 2023-08-16
5+
> 2023-08-19
66
77
### 新增
88

@@ -14,6 +14,8 @@
1414

1515
- 支持 OpenRouter 配置的导入导出
1616
- 调整左侧底部菜单布局
17+
- 调整 OpenRouter 提供的模型权限为 free
18+
- 调整云备份额度,免费用户可备份 50KB 数据
1719

1820
## v0.8.3
1921

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "l-gpt",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -21,26 +21,26 @@
2121
"@react-email/components": "0.0.7",
2222
"@react-email/render": "0.0.7",
2323
"@svgr/webpack": "8.1.0",
24-
"@types/node": "20.5.0",
24+
"@types/node": "20.5.1",
2525
"@types/react": "18.2.20",
2626
"@types/react-dom": "18.2.7",
2727
"@upstash/redis": "1.22.0",
2828
"ahooks": "3.7.8",
2929
"autoprefixer": "10.4.15",
3030
"clsx": "2.0.0",
31-
"crypto-js": "^4.1.1",
31+
"crypto-js": "4.1.1",
3232
"decimal.js": "10.4.3",
3333
"echarts": "5.4.3",
3434
"eslint": "8.47.0",
35-
"eslint-config-next": "13.4.16",
35+
"eslint-config-next": "13.4.19",
3636
"file-saver": "2.0.5",
3737
"framer-motion": "10.16.0",
3838
"gpt-tokens": "1.1.2",
3939
"js-tiktoken": "1.0.7",
4040
"l-hooks": "0.4.6",
4141
"math-random": "2.0.1",
4242
"microsoft-cognitiveservices-speech-sdk": "1.31.0",
43-
"next": "13.4.16",
43+
"next": "13.4.19",
4444
"next-auth": "4.23.1",
4545
"next-intl": "2.19.1",
4646
"next-themes": "0.2.1",
@@ -62,13 +62,13 @@
6262
},
6363
"devDependencies": {
6464
"@tailwindcss/typography": "0.5.9",
65-
"@types/crypto-js": "^4.1.1",
65+
"@types/crypto-js": "4.1.1",
6666
"@types/file-saver": "2.0.5",
6767
"@types/math-random": "1.0.0",
6868
"@types/nodemailer": "6.4.9",
6969
"@types/react-syntax-highlighter": "15.5.7",
7070
"@types/uuid": "9.0.2",
71-
"dotenv-cli": "7.2.1",
71+
"dotenv-cli": "7.3.0",
7272
"prisma": "5.1.1"
7373
}
7474
}

0 commit comments

Comments
 (0)