CamiloVega commited on
Commit
1861d40
·
verified ·
1 Parent(s): 811b5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if not hf_token:
21
  raise ValueError("Please set the HUGGINGFACE_TOKEN environment variable")
22
 
23
  # Define the model name
24
- model_name = "meta-llama/Llama-2-7b-hf"
25
 
26
  try:
27
  logger.info("Starting model initialization...")
 
21
  raise ValueError("Please set the HUGGINGFACE_TOKEN environment variable")
22
 
23
  # Define the model name
24
+ model_name = "meta-llama/Llama-2-7b-chat-hf"
25
 
26
  try:
27
  logger.info("Starting model initialization...")