Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -160,8 +160,7 @@ def get_mentor():
|
|
| 160 |
|
| 161 |
Based on the provided details, recommend the mentors that relate to the student's stream. Dont choose mentor outside mentors list
|
| 162 |
|
| 163 |
-
Note: The output should be a valid list
|
| 164 |
-
[ mentor1_name, mentor2_name, mentor3_name, ...]
|
| 165 |
|
| 166 |
"""
|
| 167 |
formatted_prompt = format_prompt(prompt)
|
|
|
|
| 160 |
|
| 161 |
Based on the provided details, recommend the mentors that relate to the student's stream. Dont choose mentor outside mentors list
|
| 162 |
|
| 163 |
+
Note: The output should be a valid list, containing only the mentor's name from attached mentor list. Dont give unnecessary explanations or additional details
|
|
|
|
| 164 |
|
| 165 |
"""
|
| 166 |
formatted_prompt = format_prompt(prompt)
|