mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
fix: 修复上下文聊天大于20时记录顺序错误的问题
This commit is contained in:
parent
2ad77d8112
commit
88360ecc42
3 changed files with 9 additions and 8 deletions
|
|
@ -55,7 +55,7 @@ import { BingAIClient } from '../client/CopilotAIClient.js'
|
|||
import Keyv from 'keyv'
|
||||
import crypto from 'crypto'
|
||||
|
||||
const roleMap = {
|
||||
export const roleMap = {
|
||||
owner: 'group owner',
|
||||
admin: 'group administrator'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue