Spaces:
No application file
No application file
Update app.py
Browse files
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=
|
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):
|