Spaces:
Running
Running
Utkarsh Verma
commited on
Commit
·
0637ee1
1
Parent(s):
2388d5a
Changes in UI
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def chat():
|
|
30 |
"temperature": 0.5,
|
31 |
"top_p": 0.9,
|
32 |
"max_new_tokens": 100,
|
33 |
-
"
|
34 |
}
|
35 |
}
|
36 |
|
|
|
30 |
"temperature": 0.5,
|
31 |
"top_p": 0.9,
|
32 |
"max_new_tokens": 100,
|
33 |
+
"stop_sequences": ["User:", "You:", "user:"] # ⛔ Stops response at natural points
|
34 |
}
|
35 |
}
|
36 |
|