Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def get_response(system_message, chat_history, user_text, max_new_tokens=256, co
|
|
121 |
generation_config=generator_conf,
|
122 |
max_new_tokens=max_new_tokens,
|
123 |
do_sample=True,
|
124 |
-
top_p=0.
|
125 |
repetition_penalty=1.2
|
126 |
)
|
127 |
|
|
|
121 |
generation_config=generator_conf,
|
122 |
max_new_tokens=max_new_tokens,
|
123 |
do_sample=True,
|
124 |
+
top_p=0.25,
|
125 |
repetition_penalty=1.2
|
126 |
)
|
127 |
|