Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
build(chat): release 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rxliuli committed Apr 26, 2023
1 parent 1805a72 commit 5297c51
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/chat-server/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# changelog

## 0.5.7

- perf: 尝试不缓存 OpenAI client 实例,避免 context 过长(超过 150k)-- 等待下周验证
- fix: 修复 textarea 输入抖动问题
- fix: 修复输入框回车后没有重新计算高度的错误
- fix: 修正一些数据库查询的问题
- style: 禁止选中会话文字

## 0.5.4

- feat: 实现同步本地会话到远端
Expand Down
2 changes: 1 addition & 1 deletion packages/chat-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ai-assist/chat-server",
"type": "module",
"version": "0.5.6",
"version": "0.5.7",
"main": "./dist/main.js",
"scripts": {
"dev": "dotenv tsx watch src/main.ts",
Expand Down

0 comments on commit 5297c51

Please sign in to comment.