diff --git a/.env.example b/.env.example index fd1535c..fd0346b 100644 --- a/.env.example +++ b/.env.example @@ -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" \ No newline at end of file +OPENAI_API_KEY="your key" + +# Get your Anthropic API key from +# https://console.anthropic.com/account/keys +ANTHROPIC_API_KEY="your key" \ No newline at end of file