add anthropic key

This commit is contained in:
Wlad Paiva
2023-10-27 14:59:55 -03:00
parent 64f45d537f
commit 9e4e2665f0
+5 -1
View File
@@ -4,4 +4,8 @@ BROWSERLESS_TOKEN="your token"
# Get your OpenAI API key from
# https://platform.openai.com/account/api-keys
OPENAI_API_KEY="your key"
OPENAI_API_KEY="your key"
# Get your Anthropic API key from
# https://console.anthropic.com/account/keys
ANTHROPIC_API_KEY="your key"