Spaces:
Build error
Build error
Rohit Diwane
commited on
Commit
·
0f18da1
1
Parent(s):
779b768
Update mcqgenrator.py
Browse files- mcqgenrator.py +1 -1
mcqgenrator.py
CHANGED
@@ -19,7 +19,7 @@ print(key)
|
|
19 |
|
20 |
llm=ChatOpenAI(openai_api_key=key,model_name="gpt-3.5-turbo",temperature=0.7)
|
21 |
|
22 |
-
with open(
|
23 |
RESPONSE_JSON=json.load(f)
|
24 |
|
25 |
print(RESPONSE_JSON)
|
|
|
19 |
|
20 |
llm=ChatOpenAI(openai_api_key=key,model_name="gpt-3.5-turbo",temperature=0.7)
|
21 |
|
22 |
+
with open("mcq-generation/Response.json","r") as f:
|
23 |
RESPONSE_JSON=json.load(f)
|
24 |
|
25 |
print(RESPONSE_JSON)
|