swcrazyfan commited on
Commit
b69ffd9
·
1 Parent(s): adf1477

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate_pptx(lesson_topic):
38
  max_tokens=1000,
39
  n=1,
40
  stop=None,
41
- temperature=0.8,
42
  top_p=0.9,
43
  )
44
 
 
38
  max_tokens=1000,
39
  n=1,
40
  stop=None,
41
+ temperature=0.6,
42
  top_p=0.9,
43
  )
44