saherPervaiz commited on
Commit
c86c447
·
verified ·
1 Parent(s): dc944de

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
  # 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 = os.environ.get("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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.")
 
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.")