lamhieu commited on
Commit
0e23805
1 Parent(s): 7a58a7d

chore: update heading content

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ DEFAULT_MAX_NEW_TOKENS = 1536
24
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
25
 
26
  DESCRIPTION = """\
27
- # Playground with Ghost 8B Beta (p)
28
 
29
  **Ghost 8B Beta** is a large language model developed with goals that include excellent multilingual support, superior knowledge capabilities, and cost-effectiveness. The model comes in two context length versions, 8k and 128k, along with multilingual function tools support by default.
30
 
 
24
  MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "123392"))
25
 
26
  DESCRIPTION = """\
27
+ # Playground with Ghost 8B Beta (β, 128k)
28
 
29
  **Ghost 8B Beta** is a large language model developed with goals that include excellent multilingual support, superior knowledge capabilities, and cost-effectiveness. The model comes in two context length versions, 8k and 128k, along with multilingual function tools support by default.
30