DoNotChoke commited on
Commit
445bced
·
verified ·
1 Parent(s): 5eb9ee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  from smolagents import tool, CodeAgent, HfApiModel, GoogleSearchTool
5
 
6
  # Get API keys from environment
7
- OPENWEATHER_API_KEY = os.environ.get("OPENWEATHER_API_KEY")
8
  SERPER_API_KEY = os.environ.get("SERPER_API_KEY")
9
 
10
  @tool
 
4
  from smolagents import tool, CodeAgent, HfApiModel, GoogleSearchTool
5
 
6
  # Get API keys from environment
7
+ OPENWEATHER_API_KEY = os.environ.get("WEATHER_API_KEY")
8
  SERPER_API_KEY = os.environ.get("SERPER_API_KEY")
9
 
10
  @tool