mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 修复API和API3模式连续对话失效的bug
This commit is contained in:
parent
55910dda96
commit
9910e5d825
2 changed files with 11 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ const defaultConfig = {
|
|||
debug: true,
|
||||
defaultTimeoutMs: 120000,
|
||||
chromeTimeoutMS: 120000,
|
||||
version: 'v2.0.13'
|
||||
version: 'v2.0.14'
|
||||
}
|
||||
const _path = process.cwd()
|
||||
let config = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue