mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
fix: chatglm 结束对话bug
This commit is contained in:
parent
85c82fa01e
commit
c72df75d5a
1 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ export class chatgpt extends plugin {
|
||||||
} else if (use === 'chatglm') {
|
} else if (use === 'chatglm') {
|
||||||
const conversation = {
|
const conversation = {
|
||||||
store: new KeyvFile({ filename: 'cache.json' }),
|
store: new KeyvFile({ filename: 'cache.json' }),
|
||||||
namespace: 'chatglm'
|
namespace: 'chatglm_6b'
|
||||||
}
|
}
|
||||||
let Keyv
|
let Keyv
|
||||||
try {
|
try {
|
||||||
|
|
@ -243,7 +243,7 @@ export class chatgpt extends plugin {
|
||||||
} else if (use === 'chatglm') {
|
} else if (use === 'chatglm') {
|
||||||
const conversation = {
|
const conversation = {
|
||||||
store: new KeyvFile({ filename: 'cache.json' }),
|
store: new KeyvFile({ filename: 'cache.json' }),
|
||||||
namespace: 'chatglm'
|
namespace: 'chatglm_6b'
|
||||||
}
|
}
|
||||||
let Keyv
|
let Keyv
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue