From 149f264ad5f79e962a4c59fe83425d0ffcced0cd Mon Sep 17 00:00:00 2001 From: Filipe Fortes Date: Tue, 27 Aug 2024 16:48:11 -0400 Subject: [PATCH] Anthropic key in local profile --- scripts/create_local_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create_local_profile b/scripts/create_local_profile index 5afb24c..72e67fa 100755 --- a/scripts/create_local_profile +++ b/scripts/create_local_profile @@ -29,6 +29,7 @@ export IS_HEADLESS="${is_headless:-}" # export ENABLE_GITHUB_COPILOT=1 # Used for 'llm' command +# export ANTHROPIC_API_KEY="xxxxxx" # export OPENAI_API_KEY="xxxxxx" # Add machine-specific items below