botsi commited on
Commit
d7a2665
·
verified ·
1 Parent(s): 0fbb687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 13B 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
  """
 
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
  """