aixsatoshi commited on
Commit
56ab140
1 Parent(s): 0e40292

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -8,16 +8,17 @@ from threading import Thread
8
 
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
- MODEL_ID = "elyza/Llama-3-ELYZA-JP-8B"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
- TITLE = "<h1><center>Llama-3-ELYZA-JP-8B Chat webui</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
  <p>Llama-3-Elyza-JA-8B is the large language model built by Elyza.
 
21
  <br>
22
  Feel free to test without log.
23
  </p>
 
8
 
9
 
10
  HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
+ MODEL_ID = "aixsatoshi/Llama-3-Elyaza-youko-8B"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>Llama-3-Elyaza-youko-8B Chat webui</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
  <p>Llama-3-Elyza-JA-8B is the large language model built by Elyza.
21
+ <p>Llama-3-youko-8B is the large language model built by rinna.
22
  <br>
23
  Feel free to test without log.
24
  </p>