tmartinez commited on
Commit
d98a6a1
1 Parent(s): b466be3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -12,11 +12,7 @@ HF_TOKEN = os.getenv('mentalhealth_llama_chat')
12
  login(HF_TOKEN)
13
 
14
  # Model name in Hugging Face docs
15
- model = 'shefali2023/llama-2-7b-chat-doctor'
16
-
17
-
18
- #other model that we were using before
19
- #'klyang/MentaLLaMA-chat-7B'
20
 
21
 
22
  tokenizer = AutoTokenizer.from_pretrained(model, use_auth_token=True)
 
12
  login(HF_TOKEN)
13
 
14
  # Model name in Hugging Face docs
15
+ model ='klyang/MentaLLaMA-chat-7B'
 
 
 
 
16
 
17
 
18
  tokenizer = AutoTokenizer.from_pretrained(model, use_auth_token=True)