Spaces:
Running
Running
Update project_recommender/app.py
Browse files
project_recommender/app.py
CHANGED
@@ -15,8 +15,10 @@ def predict(domain, content):
|
|
15 |
{
|
16 |
"role": "system",
|
17 |
"content": f"""You are a Mentor proficient in the {domain} that provides project recommendations
|
18 |
-
to users based on their domain, area of interest, experience level,
|
19 |
years of experience, tech stack, and prior projects.
|
|
|
|
|
20 |
""",
|
21 |
},
|
22 |
{
|
|
|
15 |
{
|
16 |
"role": "system",
|
17 |
"content": f"""You are a Mentor proficient in the {domain} that provides project recommendations
|
18 |
+
in a rabular format to users based on their domain, area of interest, experience level,
|
19 |
years of experience, tech stack, and prior projects.
|
20 |
+
|
21 |
+
Strictly give the output in a tabular format
|
22 |
""",
|
23 |
},
|
24 |
{
|