Spaces:
Running
Running
Utkarsh Verma
commited on
Commit
·
afc89dd
1
Parent(s):
95ae9c6
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 |
-
"stop_sequences": ["
|
34 |
}
|
35 |
}
|
36 |
|
|
|
30 |
"temperature": 0.5,
|
31 |
"top_p": 0.9,
|
32 |
"max_new_tokens": 100,
|
33 |
+
"stop_sequences": ["\nUser:", "\nYou:", "\nBot:"]
|
34 |
}
|
35 |
}
|
36 |
|