Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -124,6 +124,7 @@ async def generate_roadmap(study_input: StudyInput):
|
|
124 |
YOU ARE NOT CONSTRAINED TO CREATE A ROADMAP FOR ONLY 'X' NUMBER OF DAYS , YOU CAN EXTEND TILL THE TOPICS ARE FINISHED BUT ONLY STICK TO THE TIMEFRAME ALLOTED FOR EACH SUBJECT AND DO NOT GO ABOVE OR BELOW THAT TIME FRAME.
|
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 |
"""
|
128 |
|
129 |
# Make OpenAI API call
|
|
|
124 |
YOU ARE NOT CONSTRAINED TO CREATE A ROADMAP FOR ONLY 'X' NUMBER OF DAYS , YOU CAN EXTEND TILL THE TOPICS ARE FINISHED BUT ONLY STICK TO THE TIMEFRAME ALLOTED FOR EACH SUBJECT AND DO NOT GO ABOVE OR BELOW THAT TIME FRAME.
|
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
|