mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-20 15:38:09 +02:00
Move puppeteer-config.json to config directory.
This commit is contained in:
parent
299ab5d685
commit
7526d59b79
4 changed files with 8 additions and 11 deletions
|
|
@ -57,7 +57,6 @@ SD_T2I_API: "/sdapi/v1/txt2img"
|
|||
#LONG_TERM_MEMORY: false
|
||||
|
||||
#### for Mermaid CLI
|
||||
# adds support for installing mmdc (Mermaid CLI) locally on the user's machine.
|
||||
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm install @mermaid-js/mermaid-cli
|
||||
#PUPPETEER_CONFIG: "./puppeteer-config.json"
|
||||
## If you installed mmdc (Mermaid CLI) only for metagpt then enable the following configuration.
|
||||
#PUPPETEER_CONFIG: "./config/puppeteer-config.json"
|
||||
#MMDC: "./node_modules/.bin/mmdc"
|
||||
6
config/puppeteer-config.json
Normal file
6
config/puppeteer-config.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"executablePath": "/usr/bin/chromium",
|
||||
"args": [
|
||||
"--no-sandbox"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue