vidhiparikh commited on
Commit
39d5f49
1 Parent(s): fe4fe9d

Update app.py

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