sainkan commited on
Commit
5b9d6f1
1 Parent(s): 1b3748a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from dotenv import load_dotenv
7
  load_dotenv()
8
 
9
  # Retrieve the API key from environment variables
10
- api_key = os.getenv("Claude_api_key")
11
 
12
  # Initialize the Anthropic client with the API key
13
  client = anthropic.Anthropic(api_key=api_key)
 
7
  load_dotenv()
8
 
9
  # Retrieve the API key from environment variables
10
+ api_key = os.getenv("claude_api_key")
11
 
12
  # Initialize the Anthropic client with the API key
13
  client = anthropic.Anthropic(api_key=api_key)