Talip7 commited on
Commit
237a322
·
verified ·
1 Parent(s): bc00931

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def generate_output(text, summary_lang, style, char_limit, quiz_check):
85
  {"role": "user", "content": prompt}
86
  ],
87
  temperature=0.7,
88
- max_tokens=800
89
  )
90
  return response.choices[0].message.content
91
  except Exception as e:
 
85
  {"role": "user", "content": prompt}
86
  ],
87
  temperature=0.7,
88
+ max_tokens=1000
89
  )
90
  return response.choices[0].message.content
91
  except Exception as e: