KvrParaskevi commited on
Commit
0000596
·
verified ·
1 Parent(s): 9744290

Update request.py

Browse files
Files changed (1) hide show
  1. 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", "Human:", "User:"]
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", "Human:"]
28
  }
29
  }
30