swcrazyfan commited on
Commit
72c943d
·
1 Parent(s): b2bf675

Update app.py

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