pratikshahp commited on
Commit
c3e399b
1 Parent(s): 919a52f

Update mcqgen.py

Browse files
Files changed (1) hide show
  1. mcqgen.py +1 -1
mcqgen.py CHANGED
@@ -6,7 +6,7 @@ from langchain.chains import LLMChain, SequentialChain
6
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
7
 
8
  # Load the JSON file
9
- with open('.\response.json', 'r', encoding="utf-8") as file:
10
  RESPONSE_JSON = json.load(file)
11
 
12
  TEMPLATE = """
 
6
  from transformers import GPT2LMHeadModel, GPT2Tokenizer
7
 
8
  # Load the JSON file
9
+ with open('response.json', 'r', encoding="utf-8") as file:
10
  RESPONSE_JSON = json.load(file)
11
 
12
  TEMPLATE = """