Mykes commited on
Commit
a30288e
·
verified ·
1 Parent(s): 53635ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ if input_text:
22
  for token in llm(
23
  model_input,
24
  max_tokens=32,
25
- stop=[""],
26
  echo=True,
27
  stream=True # Enable streaming
28
  ):
 
22
  for token in llm(
23
  model_input,
24
  max_tokens=32,
25
+ stop=["<end_of_turn>"],
26
  echo=True,
27
  stream=True # Enable streaming
28
  ):