Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -83,10 +83,10 @@ def get_course():
|
|
83 |
seed=42,
|
84 |
)
|
85 |
prompt = f""" prompt:
|
86 |
-
You need to act like as recommendation engine for course recommendation for a student
|
87 |
Degree: {user_degree}
|
88 |
Stream: {user_stream}
|
89 |
-
Based on
|
90 |
Note: Output should be list in below format:
|
91 |
[course1, course2, course3,...]
|
92 |
Return only answer not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|
|
|
83 |
seed=42,
|
84 |
)
|
85 |
prompt = f""" prompt:
|
86 |
+
You need to act like as recommendation engine for course recommendation for a student. Below are current details.
|
87 |
Degree: {user_degree}
|
88 |
Stream: {user_stream}
|
89 |
+
Based on current details recommend the courses for higher degree.
|
90 |
Note: Output should be list in below format:
|
91 |
[course1, course2, course3,...]
|
92 |
Return only answer not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|