mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 22:07:10 +00:00
fix: remove console.log
This commit is contained in:
parent
2769c08e1a
commit
5fc5d2e5aa
1 changed files with 0 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ export default class SydneyAIClient {
|
||||||
|
|
||||||
async createNewConversation () {
|
async createNewConversation () {
|
||||||
await this.initCache()
|
await this.initCache()
|
||||||
console.log(this.opts)
|
|
||||||
const fetchOptions = {
|
const fetchOptions = {
|
||||||
headers: {
|
headers: {
|
||||||
accept: 'application/json',
|
accept: 'application/json',
|
||||||
|
|
@ -98,7 +97,6 @@ export default class SydneyAIClient {
|
||||||
'Referrer-Policy': 'origin-when-cross-origin'
|
'Referrer-Policy': 'origin-when-cross-origin'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
console.log(fetchOptions)
|
|
||||||
if (this.opts.proxy) {
|
if (this.opts.proxy) {
|
||||||
fetchOptions.agent = proxy(Config.proxy)
|
fetchOptions.agent = proxy(Config.proxy)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue