Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ from langchain_core.callbacks import CallbackManager, StreamingStdOutCallbackHan
|
|
39 |
|
40 |
|
41 |
script_dir = os.path.dirname(os.path.abspath(__file__))
|
42 |
-
data_path =
|
43 |
model_path = os.path.join(script_dir, 'mistral-7b-v0.1-layla-v4-Q4_K_M.gguf.2')
|
44 |
store = {}
|
45 |
|
|
|
39 |
|
40 |
|
41 |
script_dir = os.path.dirname(os.path.abspath(__file__))
|
42 |
+
data_path = "./data/"
|
43 |
model_path = os.path.join(script_dir, 'mistral-7b-v0.1-layla-v4-Q4_K_M.gguf.2')
|
44 |
store = {}
|
45 |
|