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