Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ DEFAULT_MAX_NEW_TOKENS = 1024
|
|
| 14 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
| 15 |
|
| 16 |
DESCRIPTION = """\
|
| 17 |
-
# Llama-2
|
| 18 |
This is your personal space to chat.
|
| 19 |
You can ask anything from strategic questions regarding the game or just chat as you like.
|
| 20 |
"""
|
|
|
|
| 14 |
MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
| 15 |
|
| 16 |
DESCRIPTION = """\
|
| 17 |
+
# Llama-2 7B Chat
|
| 18 |
This is your personal space to chat.
|
| 19 |
You can ask anything from strategic questions regarding the game or just chat as you like.
|
| 20 |
"""
|