GiantPandas commited on
Commit
59af6f8
·
verified ·
1 Parent(s): 9af6a5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def _launch_demo(args):
163
  "apikey": "empty"
164
  },
165
  stream=True,
166
- temperature=0.7,
167
  top_p=1.0,
168
  )
169
  response_text = []
 
163
  "apikey": "empty"
164
  },
165
  stream=True,
166
+ temperature=0,
167
  top_p=1.0,
168
  )
169
  response_text = []