Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import anthropic
|
|
7 |
load_dotenv()
|
8 |
|
9 |
# Set your Anthropic API key
|
10 |
-
API_KEY = os.getenv("
|
11 |
|
12 |
# Define functions to generate content using the Anthropic API
|
13 |
def generate_game_environment(environment_description):
|
|
|
7 |
load_dotenv()
|
8 |
|
9 |
# Set your Anthropic API key
|
10 |
+
API_KEY = os.getenv("CLAUDE_API_KEY")
|
11 |
|
12 |
# Define functions to generate content using the Anthropic API
|
13 |
def generate_game_environment(environment_description):
|