Shamik commited on
Commit
412c9aa
·
verified ·
1 Parent(s): 0666568

Update src/insurance_assistants/agents.py (#3)

Browse files

- Update src/insurance_assistants/agents.py (4e3fc083cc1a4ea87be8e8b3d38979dc615962a9)

Files changed (1) hide show
  1. src/insurance_assistants/agents.py +1 -1
src/insurance_assistants/agents.py CHANGED
@@ -22,7 +22,7 @@ from src.insurance_assistants.consts import PROMPT_PREFIX, VLM_PROMPT
22
  rag_app = RAG()
23
  # FIXME Comment the following if you want to reprocess everything
24
  rag_app.vectordb_id = "policy_wordings"
25
- login(os.getenv("HF_TOKEN"))
26
 
27
  class InsuranceInfoRetriever(Tool):
28
  name = "InsuranceInfoRetriever"
 
22
  rag_app = RAG()
23
  # FIXME Comment the following if you want to reprocess everything
24
  rag_app.vectordb_id = "policy_wordings"
25
+ # login(os.getenv("HF_TOKEN"))
26
 
27
  class InsuranceInfoRetriever(Tool):
28
  name = "InsuranceInfoRetriever"