ECUiVADE commited on
Commit
9441c7c
1 Parent(s): 40a4dba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from huggingface_hub import snapshot_download
9
  # model_file = "mistral-7b-v0.1.Q6_K.gguf"
10
 
11
 
12
- repo_name = 'HumanityFTW/so_rude'
13
- model_file = "mistral-comedy-2.0-ckpt-600.Q6_K.gguf"
14
 
15
 
16
  print('Fetching model:', repo_name, model_file)
 
9
  # model_file = "mistral-7b-v0.1.Q6_K.gguf"
10
 
11
 
12
+ repo_name = 'ECUiVADE/Mistral'
13
+ model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"
14
 
15
 
16
  print('Fetching model:', repo_name, model_file)