diff --git a/.env.template b/.env.template index d23019fff9..0e50fcaf88 100644 --- a/.env.template +++ b/.env.template @@ -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