futranbg commited on
Commit
4c064bb
·
1 Parent(s): 161e125

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model2api = [
12
  "timdettmers/guanaco-33b-merged",
13
  ]
14
 
15
- STOP_SEQUENCES = ["\nUser:", " User:", "<|endoftext|>", "</s>"]
16
 
17
  EXAMPLES = [
18
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],
 
12
  "timdettmers/guanaco-33b-merged",
13
  ]
14
 
15
+ STOP_SEQUENCES = ["User: ", "###", "<|endoftext|>", "</s>"]
16
 
17
  EXAMPLES = [
18
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],