fargerm commited on
Commit
4811e79
1 Parent(s): e8bd320

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import anthropic
7
  load_dotenv()
8
 
9
  # Set your Anthropic API key
10
- API_KEY = os.getenv("ANTHROPIC_API_KEY")
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):