MetaGPT/config/puppeteer-config.json
2023-10-18 19:40:41 +08:00

6 lines
No EOL
79 B
JSON

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