Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
|
|
5 |
|
6 |
# Set up API keys and URLs
|
7 |
google_api_key = "AIzaSyBP5XGE4ZtrH2nBJZb7qe3Pjhw61rQvjBM"
|
8 |
-
google_weather_api_url = "https://
|
9 |
|
10 |
# Set up Groq API
|
11 |
groq_api_key = "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"
|
|
|
5 |
|
6 |
# Set up API keys and URLs
|
7 |
google_api_key = "AIzaSyBP5XGE4ZtrH2nBJZb7qe3Pjhw61rQvjBM"
|
8 |
+
google_weather_api_url = "https://openweathermap.org/"
|
9 |
|
10 |
# Set up Groq API
|
11 |
groq_api_key = "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"
|