juewang commited on
Commit
f79758c
1 Parent(s): 9cecd9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -18,8 +18,7 @@ def infer(prompt,
18
  }
19
 
20
  if float(temperature) == 0:
21
- temperature = 1.0
22
- top_p = 0
23
 
24
  my_post_dict = {
25
  "model": "Together-gpt-JT-6B-v1",
 
18
  }
19
 
20
  if float(temperature) == 0:
21
+ temperature = 0.01
 
22
 
23
  my_post_dict = {
24
  "model": "Together-gpt-JT-6B-v1",