saherPervaiz commited on
Commit
2b29334
·
verified ·
1 Parent(s): 6c5bb66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "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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.")
 
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.")