saherPervaiz commited on
Commit
2038bb2
·
verified ·
1 Parent(s): dd70a62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from googletrans import Translator
5
  import asyncio
6
 
7
  # Initialize the Groq client
8
- client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
9
 
10
  # Function to get recommendations from Groq API based on user input
11
  def get_opportunities(user_query):
 
5
  import asyncio
6
 
7
  # Initialize the Groq client
8
+ client = Groq(api_key="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")
9
 
10
  # Function to get recommendations from Groq API based on user input
11
  def get_opportunities(user_query):