vidhiparikh commited on
Commit
f08a54f
1 Parent(s): cd59889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ callback_manager = CallbackManager([StreamingStdOutCallbackHandler()])
75
 
76
  # Function to create a conversational chain
77
  def create_conversational_chain(database):
78
- model_name = 'meta-llama/Llama-2-7b-chat-hf'
79
  model_directory = "files"
80
  #Check if the model file exists in the specified directory
81
  model_file = os.path.join(model_directory, model_name)
 
75
 
76
  # Function to create a conversational chain
77
  def create_conversational_chain(database):
78
+ model_name = 'TheBloke/Llama-2-7b-chat-hf'
79
  model_directory = "files"
80
  #Check if the model file exists in the specified directory
81
  model_file = os.path.join(model_directory, model_name)