Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -292,7 +292,7 @@ def interview():
|
|
292 |
"code_suggestions": "Any suggestions or optimizations to the code...in string format.",
|
293 |
}
|
294 |
|
295 |
-
At the end of the interview if no Questions are required then respond in the following format:
|
296 |
{
|
297 |
"text_correctness": "Test the correctness of text and return a range from 1 to 5 of correctness of text.",
|
298 |
"text_suggestions": "Some suggestions regarding the text_answer...."
|
|
|
292 |
"code_suggestions": "Any suggestions or optimizations to the code...in string format.",
|
293 |
}
|
294 |
|
295 |
+
At the end of the interview if no Questions are required then respond in the following JSON format:
|
296 |
{
|
297 |
"text_correctness": "Test the correctness of text and return a range from 1 to 5 of correctness of text.",
|
298 |
"text_suggestions": "Some suggestions regarding the text_answer...."
|