ParthCodes commited on
Commit
157d31e
·
verified ·
1 Parent(s): 611e409

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -1
main.py CHANGED
@@ -374,7 +374,9 @@ def interview():
374
  Position : '''+ position + '''
375
  Round: '''+ round + '''
376
  Difficullty Level : '''+ difficulty_level + '''
377
- Company Interview : ''' + company_name)
 
 
378
  print(response.text)
379
  temp = json.loads(response.text)
380
  user_chats[user_id]['qa'] = [{'question': temp['question']}]
 
374
  Position : '''+ position + '''
375
  Round: '''+ round + '''
376
  Difficullty Level : '''+ difficulty_level + '''
377
+ Company Interview : ''' + company_name + '''
378
+
379
+ - It is required that the response should be an object. Don't include any other verbose explanations and don't include the markdown syntax anywhere.''')
380
  print(response.text)
381
  temp = json.loads(response.text)
382
  user_chats[user_id]['qa'] = [{'question': temp['question']}]