mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: 老模式的bug
This commit is contained in:
parent
43ec7239b7
commit
7c36f9361e
1 changed files with 1 additions and 1 deletions
|
|
@ -710,7 +710,7 @@ export class chatgpt extends plugin {
|
||||||
num: 0
|
num: 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (use !== 'poe' && use === 'claude') {
|
} else if (use !== 'poe' && use !== 'claude') {
|
||||||
switch (use) {
|
switch (use) {
|
||||||
case 'api': {
|
case 'api': {
|
||||||
key = `CHATGPT:CONVERSATIONS:${e.sender.user_id}`
|
key = `CHATGPT:CONVERSATIONS:${e.sender.user_id}`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue