Kanika7 commited on
Commit
4726138
·
verified ·
1 Parent(s): 3750adf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ warnings.filterwarnings('ignore')
17
  # =============================================================================
18
  # Replace these with your actual API keys
19
  # Claude API key from: https://console.anthropic.com/
20
- CLAUDE_API_KEY = "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"
21
 
22
  # OpenAI API key from: https://platform.openai.com/api-keys
23
  OPENAI_API_KEY = "" # Add your OpenAI API key here
 
17
  # =============================================================================
18
  # Replace these with your actual API keys
19
  # Claude API key from: https://console.anthropic.com/
20
+ CLAUDE_API_KEY = os.environ.get("CLAUDE_API_KEY")
21
 
22
  # OpenAI API key from: https://platform.openai.com/api-keys
23
  OPENAI_API_KEY = "" # Add your OpenAI API key here