mgokg commited on
Commit
caee77b
·
verified ·
1 Parent(s): d449d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ def predict(model, input_text):
34
  "content": input_text
35
  }
36
  ],
37
- temperature=0.5,
38
- max_tokens=1024,
39
  top_p=1,
40
  stream=False,
41
  stop=None,
 
34
  "content": input_text
35
  }
36
  ],
37
+ temperature=0.1,
38
+ max_tokens=4096,
39
  top_p=1,
40
  stream=False,
41
  stop=None,