IamRulo commited on
Commit
4cbc21e
·
verified ·
1 Parent(s): 9503b55

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -2
agent.py CHANGED
@@ -16,8 +16,8 @@ from langchain_core.tools import tool
16
  #from langchain.tools.retriever import create_retriever_tool
17
  #from supabase.client import Client, create_client
18
 
19
- from huggingface_hub import login
20
- login(token=HF_TOKEN)
21
 
22
  load_dotenv()
23
 
 
16
  #from langchain.tools.retriever import create_retriever_tool
17
  #from supabase.client import Client, create_client
18
 
19
+ #from huggingface_hub import login
20
+ #login(token=HF_TOKEN)
21
 
22
  load_dotenv()
23