futranbg commited on
Commit
10a0a97
1 Parent(s): e1eb2b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
  API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf"
11
  BOT_NAME = "LLAMA"
12
 
13
- STOP_SEQUENCES = ["\nUser:", "<|endoftext|>", " User:", "###", "</s>"]
14
 
15
  EXAMPLES = [
16
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],
 
10
  API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf"
11
  BOT_NAME = "LLAMA"
12
 
13
+ STOP_SEQUENCES = ["\nUser:", " User:", "###", "</s>"]
14
 
15
  EXAMPLES = [
16
  ["Hey LLAMA! Any recommendations for my holidays in Abu Dhabi?"],