KvrParaskevi
commited on
Commit
•
5eaf4f2
1
Parent(s):
43d543b
Update request.py
Browse files- request.py +1 -1
request.py
CHANGED
@@ -24,7 +24,7 @@ def generate_response(text):
|
|
24 |
"typical_p": 0.95,
|
25 |
"temperature": 0.01,
|
26 |
"repetition_penalty": 1.03,
|
27 |
-
"stop" : ["/nHuman:", "/nUser:", "<end of message>\n"
|
28 |
}
|
29 |
}
|
30 |
|
|
|
24 |
"typical_p": 0.95,
|
25 |
"temperature": 0.01,
|
26 |
"repetition_penalty": 1.03,
|
27 |
+
"stop" : ["/nHuman:", "/nUser:", "<end of message>\n"]
|
28 |
}
|
29 |
}
|
30 |
|