Ade26 commited on
Commit
f2227f8
·
1 Parent(s): bfd894e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def get_text():
38
  return input_text
39
 
40
 
41
- chat = ChatOpenAI(temperature=0)
42
 
43
 
44
 
 
38
  return input_text
39
 
40
 
41
+ chat = ChatOpenAI(temperature=.7)
42
 
43
 
44