Add headless browser setting
parent
52233dff50
commit
20bd2de54a
|
@ -147,8 +147,10 @@ OPENAI_API_KEY=your-openai-api-key
|
|||
################################################################################
|
||||
|
||||
### BROWSER
|
||||
## HEADLESS_BROWSER - Whether to run the browser in headless mode (default: True)
|
||||
## USE_WEB_BROWSER - Sets the web-browser driver to use with selenium (default: chrome).
|
||||
## Note: set this to either 'chrome', 'firefox', or 'safari' depending on your current browser
|
||||
# HEADLESS_BROWSER=True
|
||||
# USE_WEB_BROWSER=chrome
|
||||
|
||||
### GOOGLE
|
||||
|
|
Loading…
Reference in New Issue