Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -134,7 +134,7 @@ def get_mentor():
|
|
134 |
Based on above details recommend the mentor that realtes to above details
|
135 |
Note: Output should be list in below format:
|
136 |
[mentor1,mentor2,mentor3,...]
|
137 |
-
Return only answer not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|
138 |
"""
|
139 |
formatted_prompt = format_prompt(prompt)
|
140 |
|
|
|
134 |
Based on above details recommend the mentor that realtes to above details
|
135 |
Note: Output should be list in below format:
|
136 |
[mentor1,mentor2,mentor3,...]
|
137 |
+
Return only answer which is in [] brackets not prompt and unnecessary stuff, also dont add any special characters or punctuation marks
|
138 |
"""
|
139 |
formatted_prompt = format_prompt(prompt)
|
140 |
|