Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from groq import Groq
|
|
4 |
|
5 |
# Set up API keys and URLs
|
6 |
# Use your OpenWeatherMap API key
|
7 |
-
openweather_api_key = "
|
8 |
openweather_api_url = "https://api.openweathermap.org/data/2.5/weather"
|
9 |
|
10 |
# Set up Groq API
|
|
|
4 |
|
5 |
# Set up API keys and URLs
|
6 |
# Use your OpenWeatherMap API key
|
7 |
+
openweather_api_key = "aa4db8152e46c2f3fb19fad5d58a0ed8"
|
8 |
openweather_api_url = "https://api.openweathermap.org/data/2.5/weather"
|
9 |
|
10 |
# Set up Groq API
|