Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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 |
}
|