Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -102,9 +102,9 @@ def get_course():
|
|
102 |
seed=42,
|
103 |
)
|
104 |
prompt = f""" prompt:
|
105 |
-
You need to act like as recommendation engine for
|
106 |
Stream: {user_stream}
|
107 |
-
Based on current details recommend the
|
108 |
Note: Output should be list in below format:
|
109 |
[course1, course2, course3,...]
|
110 |
Return only answer not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|
|
|
102 |
seed=42,
|
103 |
)
|
104 |
prompt = f""" prompt:
|
105 |
+
You need to act like as recommendation engine for degree recommendation for a student. Below are current details.
|
106 |
Stream: {user_stream}
|
107 |
+
Based on current details recommend the degree for higher education.
|
108 |
Note: Output should be list in below format:
|
109 |
[course1, course2, course3,...]
|
110 |
Return only answer not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|