aixsatoshi commited on
Commit
5f2b348
1 Parent(s): f193306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,16 +8,16 @@ 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 = "DataPilot/Llama3-ArrowSE-8B-v0.3"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>DataPilot/Llama3-ArrowSE-8B-v0.3 webui</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
+ <p>DataPilot/Llama3-ArrowSE-8B-v0.3 is the large language model built by Datapolot.
21
  <br>
22
  Feel free to test without log.
23
  </p>