From 9e4e2665f09ea454b214986566911f2a141da585 Mon Sep 17 00:00:00 2001 From: Wlad Paiva Date: Fri, 27 Oct 2023 14:59:55 -0300 Subject: [PATCH] add anthropic key --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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