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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ HF_TOKEN = os.getenv('mentalhealth_llama_chat')
12
  login(HF_TOKEN)
13
 
14
  # Model name in Hugging Face docs
15
- model = 'vibhorag101/llama-2-7b-chat-hf-phr_mental_therapy'
16
 
17
 
18
  #other model that we were using before
 
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