aixsatoshi commited on
Commit
18aaf72
1 Parent(s): f201032

Update app.py

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