StevenChen16 commited on
Commit
ce35d04
·
verified ·
1 Parent(s): a442892

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
10
 
11
 
12
 
13
- MODEL_NAME_OR_PATH = 'mattshumer/Llama-3-8B-16K'
14
 
15
 
16
 
 
10
 
11
 
12
 
13
+ MODEL_NAME_OR_PATH = 'StevenChen16/llama3-8b-Lawyer'
14
 
15
 
16