MetaGPT/config/puppeteer-config.json

6 lines
No EOL
89 B
JSON

{
"executablePath": "/usr/bin/chromium",
"args": [
"--no-sandbox"
]
}