kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
fix: unofficial api proxy be less strict with json parsing
rodzic
92c02719c2
commit
09499613f0
|
@ -218,7 +218,8 @@ export class ChatGPTUnofficialProxyAPI {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
reject(err)
|
console.warn('chatgpt unexpected JSON error', err)
|
||||||
|
// reject(err)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onError: (err) => {
|
onError: (err) => {
|
||||||
|
|
Ładowanie…
Reference in New Issue