Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -125,6 +125,7 @@ async def generate_roadmap(study_input: StudyInput):
|
|
125 |
Make sure you make the roadmap for 7-10 days only.
|
126 |
Make Sure that you start the roadmap date from the date the roadmap is generated (Current Date : {study_input.currentDate})
|
127 |
Make Sure you newer leave any field empty
|
|
|
128 |
"""
|
129 |
|
130 |
# Make OpenAI API call
|
|
|
125 |
Make sure you make the roadmap for 7-10 days only.
|
126 |
Make Sure that you start the roadmap date from the date the roadmap is generated (Current Date : {study_input.currentDate})
|
127 |
Make Sure you newer leave any field empty
|
128 |
+
Make Sure that you take care of the year in the date entry for example you are generating a roadmap from 30-12-2024 for 8 days then you must chnage the year after 31-12-2024 to 2025.
|
129 |
"""
|
130 |
|
131 |
# Make OpenAI API call
|