mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 上传设定改名字无效的问题
This commit is contained in:
parent
9e69a00c10
commit
af2b879f74
2 changed files with 2 additions and 0 deletions
|
|
@ -1130,6 +1130,7 @@ export class chatgpt extends plugin {
|
|||
errorMessage = ''
|
||||
break
|
||||
} catch (error) {
|
||||
logger.error(error)
|
||||
const message = error?.message || error?.data?.message || error || '出错了'
|
||||
if (message && message.indexOf('限流') > -1) {
|
||||
throttledTokens.push(bingToken)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue