umair894 commited on
Commit
af910e8
·
1 Parent(s): ae0b212

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -45,6 +45,7 @@ async def getQuestions(job_description: str, no_of_questions: int):
45
  result = response.choices[0].message.content
46
  # Parse the JSON data
47
  parsed_data = json.loads(result)
 
48
  parsed_data = convert_format(parsed_data)
49
 
50
  return parsed_data
 
45
  result = response.choices[0].message.content
46
  # Parse the JSON data
47
  parsed_data = json.loads(result)
48
+ print(parsed_data)
49
  parsed_data = convert_format(parsed_data)
50
 
51
  return parsed_data