Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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)
|