Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -157,8 +157,8 @@ def get_mentor():
|
|
157 |
Stream: {user_stream}
|
158 |
Mentor list= {mentors_data}
|
159 |
Based on above details recommend the mentor that realtes to above details
|
160 |
-
Note: Output should be list in below format:
|
161 |
-
[
|
162 |
"""
|
163 |
formatted_prompt = format_prompt(prompt)
|
164 |
|
|
|
157 |
Stream: {user_stream}
|
158 |
Mentor list= {mentors_data}
|
159 |
Based on above details recommend the mentor that realtes to above details
|
160 |
+
Note: Output should be list in below format with only name and corresponding id dont give other details ouput should be valid list:
|
161 |
+
[[mentor1id,mentor1name],[mentor2id,mentor2name],[mentor3id,mentor3name],...]
|
162 |
"""
|
163 |
formatted_prompt = format_prompt(prompt)
|
164 |
|