ldhldh commited on
Commit
a0552a1
Β·
1 Parent(s): 5bb1134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def chat(x):
57
  fn_index=0
58
  )
59
  result = str(result)
60
- output = result[len(x)-1:]
61
  output = re.sub('ν•˜ν•˜','γ…Žγ…Ž', output)
62
  output = output.split('띓')[0]
63
  output = output.split('<|endoftext|>')[0]
 
57
  fn_index=0
58
  )
59
  result = str(result)
60
+ output = result[len(x)-4:]
61
  output = re.sub('ν•˜ν•˜','γ…Žγ…Ž', output)
62
  output = output.split('띓')[0]
63
  output = output.split('<|endoftext|>')[0]