RaniRahbani commited on
Commit
bb274b0
1 Parent(s): e7dd125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def respond(
41
  messages,
42
  max_tokens=max_tokens,
43
  stream=True,
44
- stop=["<|im_end|><|im_end|>", "<|im_end|>", "|im_end|>"],
45
  #temperature=temperature,
46
  #top_p=top_p,
47
  ):
 
41
  messages,
42
  max_tokens=max_tokens,
43
  stream=True,
44
+ stop=["<|im_end|><|im_end|>", "<|im_end|>", "|im_end|>", "|im_start|>"],
45
  #temperature=temperature,
46
  #top_p=top_p,
47
  ):