Project

General

Profile

Feature #3659

Updated by Ram Kordale 5 months ago

Inputs are questions_file, model, index, board, grade, subject, chapter_num, exercise_num, style. 

 index will be <board>-<grade>-<subject>-<chapter_num>-<exercise_num>-<style>. style 

 Read questions from a file. For each question, call_openai_api with prompt as question. The response will contain  

 $$$---$$$---$$$$ <detailedQNAs> $$$---$$$---$$$$ 
 %%%---%%%---%%% <detailedAnswer> %%%---%%%---%%% 

 In styled_question kind, store the above in detailedQNAs and detailedAnswer fields of entry with <board>-<grade>-<subject>-<chapter>-<exercise_num>-<style> key.

Back