Saim-11 commited on
Commit
3072e18
·
verified ·
1 Parent(s): 5e16dce

Update constitution_py.py

Browse files
Files changed (1) hide show
  1. constitution_py.py +1 -1
constitution_py.py CHANGED
@@ -20,7 +20,7 @@ a_llm = get_answer_llm()
20
 
21
  # Load sentence transformer model once globally
22
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
23
- save_dir = "saved_data"
24
 
25
  from functools import lru_cache
26
 
 
20
 
21
  # Load sentence transformer model once globally
22
  embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
23
+ save_dir = "."
24
 
25
  from functools import lru_cache
26