wenhu commited on
Commit
9ac6d2f
1 Parent(s): a7a2242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def bot(history):
82
  chat_images = get_chat_images(history)
83
  generation_kwargs = {
84
  "max_new_tokens": 4096,
85
- "temperature": 0.7,
86
  "top_p": 1.0,
87
  "do_sample": True,
88
  }
 
82
  chat_images = get_chat_images(history)
83
  generation_kwargs = {
84
  "max_new_tokens": 4096,
85
+ "temperature": 0.2,
86
  "top_p": 1.0,
87
  "do_sample": True,
88
  }