dygoo commited on
Commit
abdd70b
·
verified ·
1 Parent(s): b3950a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import os
9
 
10
  # Initialize Anthropic client
11
  client = anthropic.Anthropic(
12
- api_key=os.getenv("ANTHROPIC_API_KEY") # Set your API key as environment variable
13
  )
14
 
15
  # === Model functions ===
 
9
 
10
  # Initialize Anthropic client
11
  client = anthropic.Anthropic(
12
+ api_key=os.getenv("ANTHROPIC_API_KEY") # Set as secret in HF Space settings
13
  )
14
 
15
  # === Model functions ===