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