chore: version 2.7.1 (#99)

* feat: 调整流输出为实验性质

* feat: 取消回答按钮

* feat: 更新版本查看

* feat: 单消息复制和删除功能

* feat: 消除警告

* feat: 优化删除功能

* chore: version 2.7.1
This commit is contained in:
Redon
2023-02-23 12:44:28 +08:00
committed by GitHub
parent 10058f151c
commit 1e2f893ef6
11 changed files with 139 additions and 80 deletions

View File

@@ -65,6 +65,7 @@ async function chatReply(
}
}
/** 实验性质的函数,用于处理聊天过程中的中间结果 */
async function chatReplyProcess(
message: string,
lastContext?: { conversationId?: string; parentMessageId?: string },

View File

@@ -26,6 +26,7 @@ router.post('/chat', async (req, res) => {
}
})
/** 实验性质的函数,用于处理聊天过程中的中间结果 */
router.post('/chat-process', async (req, res) => {
res.setHeader('Content-type', 'application/octet-stream')