use config for PYPPETEER_EXECUTABLE_PATH

This commit is contained in:
hy.li 2023-09-13 14:39:51 +08:00
parent 69ea116d1a
commit e947ce5fea
3 changed files with 10 additions and 5 deletions

View file

@ -79,4 +79,7 @@ MODEL_FOR_RESEARCHER_REPORT: gpt-3.5-turbo-16k
### choose the engine for mermaid conversion,
# default is nodejs, you can change it to playwright,pyppeteer or ink
# MERMAID_ENGINE: nodejs
# MERMAID_ENGINE: nodejs
### browser path for pyppeteer engine, support Chrome, Chromium,MS Edge
#PYPPETEER_EXECUTABLE_PATH: "/usr/bin/google-chrome-stable"