MetaGPT/config/puppeteer-config.json

6 lines
89 B
JSON
Raw Normal View History

2023-07-18 20:00:34 +12:00
{
2023-10-18 22:17:16 +08:00
"executablePath": "/usr/bin/chromium",
"args": [
"--no-sandbox"
]
2023-07-18 20:00:34 +12:00
}