ECUiVADE commited on
Commit
452fe1a
1 Parent(s): bef218e

Update app.py

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