aixsatoshi commited on
Commit
566d6bf
1 Parent(s): 191aa88

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 = "Qwen/Qwen2-7B-Instruct"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
- TITLE = "<h1><center>Qwen2-7B-instruct</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
- <p>Qwen is the large language model built by Alibaba Cloud.
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-youko-8b-instruct-chatvector"
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>Llama-3-youko-8b-instruct-chatvector</center></h1>"
16
 
17
  DESCRIPTION = f"""
18
  <h3>MODEL: <a href="https://hf.co/{MODELS}">{MODEL_NAME}</a></h3>
19
  <center>
20
+ <p>youko-8b is the large language model built by rinna.
21
  <br>
22
  Feel free to test without log.
23
  </p>