ECUiVADE commited on
Commit
cf19758
1 Parent(s): fc9f972

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ import re
16
  from llama_cpp import Llama
17
 
18
 
 
19
  # Variables for model, Google Drive, and initial context
20
  repo_name = 'TheBloke/OpenHermes-2.5-Mistral-7B-GGUF'
21
  model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"
 
16
  from llama_cpp import Llama
17
 
18
 
19
+
20
  # Variables for model, Google Drive, and initial context
21
  repo_name = 'TheBloke/OpenHermes-2.5-Mistral-7B-GGUF'
22
  model_file = "openhermes-2.5-mistral-7b.Q4_K_M.gguf"