From 3fcee828cff16e383bed8ea820f586baafc522f8 Mon Sep 17 00:00:00 2001 From: amir daaee Date: Wed, 3 Apr 2024 12:32:19 +0330 Subject: [PATCH] added example in .env.template --- autogpts/autogpt/.env.template | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/autogpts/autogpt/.env.template b/autogpts/autogpt/.env.template index a79f97b688a1..d81846e7ae43 100644 --- a/autogpts/autogpt/.env.template +++ b/autogpts/autogpt/.env.template @@ -134,6 +134,12 @@ OPENAI_API_KEY=your-openai-api-key ## HUGGINGFACE_API_TOKEN - HuggingFace API token (Default: None) # HUGGINGFACE_API_TOKEN= +### DuckDuckGo + +## DUCKDUCKGO_BACKEND - backend to be used for DDG sdk. possible values are api, html and lite. (Default: api) +# DUCKDUCKGO_BACKEND= + + ### Stable Diffusion (IMAGE_PROVIDER=sdwebui) ## SD_WEBUI_AUTH - Stable Diffusion Web UI username:password pair (Default: None) @@ -172,6 +178,9 @@ OPENAI_API_KEY=your-openai-api-key ## USE_WEB_BROWSER - Sets the web-browser driver to use with selenium (default: chrome) # USE_WEB_BROWSER=chrome +## SELENIUM_PROXY - Sets the http proxy to be used by selenium (default: None) +# SELENIUM_PROXY= + ## BROWSE_CHUNK_MAX_LENGTH - When browsing website, define the length of chunks to summarize (Default: 3000) # BROWSE_CHUNK_MAX_LENGTH=3000