Add headless browser setting

pull/2448/head
Reinier van der Leer 2023-04-19 18:19:39 +02:00
parent 52233dff50
commit 20bd2de54a
No known key found for this signature in database
GPG Key ID: 64035FE419545762
1 changed files with 2 additions and 0 deletions

View File

@ -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