abhi1nandy2 commited on
Commit
5f8a9ed
·
verified ·
1 Parent(s): 4721d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ for ext in extensions:
35
  CONTEXT = " ".join(text_list)
36
 
37
  # Set the model path. Make sure the model file is downloaded and placed in the 'models' directory.
38
- model_path = "models/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
39
  if not os.path.exists(model_path):
40
  raise ValueError(f"Model file not found at {model_path}. Please download the model file and place it in the 'models' folder.")
41
 
 
35
  CONTEXT = " ".join(text_list)
36
 
37
  # Set the model path. Make sure the model file is downloaded and placed in the 'models' directory.
38
+ model_path = "TheBloke/Mistral-7B-Instruct-v0.1-GGUF"
39
  if not os.path.exists(model_path):
40
  raise ValueError(f"Model file not found at {model_path}. Please download the model file and place it in the 'models' folder.")
41