Spaces:
Running
Running
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 |
# Initialize Groq client using API key from environment variable
|
8 |
-
client = Groq(api_key=
|
9 |
|
10 |
# Call Groq's recommendation system (chat API or similar)
|
11 |
response = client.chat.completions.create(
|
|
|
5 |
# Function to get recommendations from Groq AI based on user input
|
6 |
def get_opportunities(user_interests, user_skills, user_location):
|
7 |
# Initialize Groq client using API key from environment variable
|
8 |
+
client = Groq(api_key="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")
|
9 |
|
10 |
# Call Groq's recommendation system (chat API or similar)
|
11 |
response = client.chat.completions.create(
|