Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ import os
|
|
3 |
from groq import Groq
|
4 |
from googletrans import Translator
|
5 |
import asyncio
|
|
|
|
|
6 |
|
7 |
# Function to get recommendations from Groq AI based on user input
|
8 |
def get_opportunities(user_interests, user_skills, user_location):
|
|
|
3 |
from groq import Groq
|
4 |
from googletrans import Translator
|
5 |
import asyncio
|
6 |
+
from groq.client import Client as GroqClient
|
7 |
+
|
8 |
|
9 |
# Function to get recommendations from Groq AI based on user input
|
10 |
def get_opportunities(user_interests, user_skills, user_location):
|