Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:", "
|
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?"],
|