Remove a space
This commit is contained in:
parent
ee650343bc
commit
1da8d4a787
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ def fix_gpt4chan(s):
|
|||
s = re.sub("--- [0-9]*\n>>[0-9]*\n---", "---", s)
|
||||
s = re.sub("--- [0-9]*\n *\n---", "---", s)
|
||||
s = re.sub("--- [0-9]*\n\n\n---", "---", s)
|
||||
|
||||
return s
|
||||
|
||||
def generate_reply(question, temperature, max_length, inference_settings, selected_model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue