Update app.py
Browse files
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"
|