Skip to content

Commit

Permalink
added example in .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
amirdaaee committed Apr 3, 2024
1 parent 7dbe78f commit 3fcee82
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions autogpts/autogpt/.env.template
Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 3fcee82

Please sign in to comment.