Swapnil-101 commited on
Commit
56bb78e
·
verified ·
1 Parent(s): cb63c49

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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 based on below details.
87
  Degree: {user_degree}
88
  Stream: {user_stream}
89
- Based on above details recommend the courses that relate to the above details
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