kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
Update openai-auth.ts
add --disable-setuid-sandbox so puppeteer works with the heroku buildpack for puppeteer on herokupull/160/head
rodzic
76ad36720d
commit
77e71f461d
|
@ -228,6 +228,7 @@ export async function getBrowser(
|
||||||
|
|
||||||
const puppeteerArgs = [
|
const puppeteerArgs = [
|
||||||
'--no-sandbox',
|
'--no-sandbox',
|
||||||
|
'--disable-setuid-sandbox',
|
||||||
'--disable-infobars',
|
'--disable-infobars',
|
||||||
'--disable-dev-shm-usage',
|
'--disable-dev-shm-usage',
|
||||||
'--disable-blink-features=AutomationControlled',
|
'--disable-blink-features=AutomationControlled',
|
||||||
|
|
Ładowanie…
Reference in New Issue