Skip to content

Commit

Permalink
feat: Adjust the model permissions and cloud backup quota
Browse files Browse the repository at this point in the history
  • Loading branch information
Peek-A-Booo committed Aug 19, 2023
1 parent 54d4a03 commit 674fd81
Show file tree
Hide file tree
Showing 20 changed files with 510 additions and 499 deletions.
4 changes: 3 additions & 1 deletion CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v0.8.4

> 2023-08-16
> 2023-08-19
### Add

Expand All @@ -14,6 +14,8 @@

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

## v0.8.3

Expand Down
4 changes: 3 additions & 1 deletion CHANGE_LOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## v0.8.4

> 2023-08-16
> 2023-08-19
### 新增

Expand All @@ -14,6 +14,8 @@

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

## v0.8.3

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "l-gpt",
"version": "0.8.3",
"version": "0.8.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -21,26 +21,26 @@
"@react-email/components": "0.0.7",
"@react-email/render": "0.0.7",
"@svgr/webpack": "8.1.0",
"@types/node": "20.5.0",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@upstash/redis": "1.22.0",
"ahooks": "3.7.8",
"autoprefixer": "10.4.15",
"clsx": "2.0.0",
"crypto-js": "^4.1.1",
"crypto-js": "4.1.1",
"decimal.js": "10.4.3",
"echarts": "5.4.3",
"eslint": "8.47.0",
"eslint-config-next": "13.4.16",
"eslint-config-next": "13.4.19",
"file-saver": "2.0.5",
"framer-motion": "10.16.0",
"gpt-tokens": "1.1.2",
"js-tiktoken": "1.0.7",
"l-hooks": "0.4.6",
"math-random": "2.0.1",
"microsoft-cognitiveservices-speech-sdk": "1.31.0",
"next": "13.4.16",
"next": "13.4.19",
"next-auth": "4.23.1",
"next-intl": "2.19.1",
"next-themes": "0.2.1",
Expand All @@ -62,13 +62,13 @@
},
"devDependencies": {
"@tailwindcss/typography": "0.5.9",
"@types/crypto-js": "^4.1.1",
"@types/crypto-js": "4.1.1",
"@types/file-saver": "2.0.5",
"@types/math-random": "1.0.0",
"@types/nodemailer": "6.4.9",
"@types/react-syntax-highlighter": "15.5.7",
"@types/uuid": "9.0.2",
"dotenv-cli": "7.2.1",
"dotenv-cli": "7.3.0",
"prisma": "5.1.1"
}
}
Loading

1 comment on commit 674fd81

@vercel
Copy link

@vercel vercel bot commented on 674fd81 Aug 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.