Staticaliza commited on
Commit
c932dfe
1 Parent(s): d7babfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gpt4all import GPT4All
3
  from huggingface_hub import hf_hub_download
4
 
5
  model_path = "models"
6
- model_name = "openchat_3.5-GGUF/blob/main/openchat_3.5.Q4_K_M.gguf"
7
  hf_hub_download(repo_id="TheBloke/openchat_3.5-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
8
 
9
  model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")
 
3
  from huggingface_hub import hf_hub_download
4
 
5
  model_path = "models"
6
+ model_name = "openchat_3.5.Q4_K_M.gguf"
7
  hf_hub_download(repo_id="TheBloke/openchat_3.5-GGUF", filename=model_name, local_dir=model_path, local_dir_use_symlinks=False)
8
 
9
  model = model = GPT4All(model_name, model_path, allow_download = False, device="cpu")