Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ generator = pipeline(
|
|
| 23 |
def chat_fn(message, history):
|
| 24 |
outputs = generator(
|
| 25 |
message,
|
| 26 |
-
max_new_tokens=
|
| 27 |
temperature=0.7,
|
| 28 |
top_p=0.9,
|
| 29 |
do_sample=True
|
|
|
|
| 23 |
def chat_fn(message, history):
|
| 24 |
outputs = generator(
|
| 25 |
message,
|
| 26 |
+
max_new_tokens=1000,
|
| 27 |
temperature=0.7,
|
| 28 |
top_p=0.9,
|
| 29 |
do_sample=True
|