Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -53,6 +53,7 @@ def recommend():
|
|
53 |
Based on above details recommend the courses that relate to the above details
|
54 |
Note: Output should be valid json format in below format:
|
55 |
{{"course1:course_name, course2:course_name, course3:course_name,...}}
|
|
|
56 |
"""
|
57 |
formatted_prompt = format_prompt(prompt)
|
58 |
|
@@ -95,6 +96,7 @@ def mentor():
|
|
95 |
Based on above details recommend the mentor that realtes to above details
|
96 |
Note: Output should be valid json format in below format:
|
97 |
{{"mentor1:mentor_name,mentor2:mentor_name,mentor3:mentor_name,...}}
|
|
|
98 |
"""
|
99 |
formatted_prompt = format_prompt(prompt)
|
100 |
|
|
|
53 |
Based on above details recommend the courses that relate to the above details
|
54 |
Note: Output should be valid json format in below format:
|
55 |
{{"course1:course_name, course2:course_name, course3:course_name,...}}
|
56 |
+
Return only answer not prompt and unnecessary stuff
|
57 |
"""
|
58 |
formatted_prompt = format_prompt(prompt)
|
59 |
|
|
|
96 |
Based on above details recommend the mentor that realtes to above details
|
97 |
Note: Output should be valid json format in below format:
|
98 |
{{"mentor1:mentor_name,mentor2:mentor_name,mentor3:mentor_name,...}}
|
99 |
+
Return only answer not prompt and unnecessary stuff
|
100 |
"""
|
101 |
formatted_prompt = format_prompt(prompt)
|
102 |
|