ArturG9 commited on
Commit
0713e0a
·
verified ·
1 Parent(s): 4b2597b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = os.path.join(script_dir, "data")
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