mohammed3536 commited on
Commit
6b2dd46
·
verified ·
1 Parent(s): 915dde8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def generate_mcqs_on_topic(text, topic, num_mcqs=5):
35
  def generate_question_with_chatgpt(context, topic):
36
  client = OpenAI()
37
  # LangChain OpenAI wrapper
38
- client = OpenAI(api_key="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")
39
  # Initializing the default value
40
  generated_question = {
41
  'content': "Unable to generate a question..",
 
35
  def generate_question_with_chatgpt(context, topic):
36
  client = OpenAI()
37
  # LangChain OpenAI wrapper
38
+ client = OpenAI(api_key="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")
39
  # Initializing the default value
40
  generated_question = {
41
  'content': "Unable to generate a question..",