Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from groq import Groq
|
|
| 5 |
# Function to get recommendations from Groq AI based on user input
|
| 6 |
def get_opportunities(user_interests, user_skills, user_location):
|
| 7 |
# Fetch the API key from the environment variable
|
| 8 |
-
api_key =
|
| 9 |
|
| 10 |
if not api_key:
|
| 11 |
raise ValueError("API key is missing. Make sure to set the GROQ_API_KEY environment variable.")
|
|
|
|
| 5 |
# Function to get recommendations from Groq AI based on user input
|
| 6 |
def get_opportunities(user_interests, user_skills, user_location):
|
| 7 |
# Fetch the API key from the environment variable
|
| 8 |
+
api_key = "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"
|
| 9 |
|
| 10 |
if not api_key:
|
| 11 |
raise ValueError("API key is missing. Make sure to set the GROQ_API_KEY environment variable.")
|