aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/.env.template
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/.env.template')
-rw-r--r--autogpts/autogpt/.env.template7
1 files changed, 5 insertions, 2 deletions
diff --git a/autogpts/autogpt/.env.template b/autogpts/autogpt/.env.template
index ba514c56b..14c7bcaa5 100644
--- a/autogpts/autogpt/.env.template
+++ b/autogpts/autogpt/.env.template
@@ -2,8 +2,11 @@
### AutoGPT - GENERAL SETTINGS
################################################################################
-## OPENAI_API_KEY - OpenAI API Key (Example: my-openai-api-key)
-OPENAI_API_KEY=your-openai-api-key
+## OPENAI_API_KEY - OpenAI API Key (Example: sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
+# OPENAI_API_KEY=
+
+## ANTHROPIC_API_KEY - Anthropic API Key (Example: sk-ant-api03-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
+# ANTHROPIC_API_KEY=
## TELEMETRY_OPT_IN - Share telemetry on errors and other issues with the AutoGPT team, e.g. through Sentry.
## This helps us to spot and solve problems earlier & faster. (Default: DISABLED)