Abbas0786 commited on
Commit
a213d9c
·
verified ·
1 Parent(s): 2d4ba52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://api.openweathermap.org/data/2.5/weather"
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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"