RohitKeswani commited on
Commit
0752362
·
1 Parent(s): 0e92e7d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from search_agent import tools
6
  from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
7
  from search_agent import tools
8
  from langchain_core.messages import HumanMessage, AIMessage, SystemMessage
9
- huggingfacehub_api_token = os.getenv('api-token')
10
 
11
  """
12
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
 
6
  from langchain_huggingface import ChatHuggingFace, HuggingFaceEndpoint
7
  from search_agent import tools
8
  from langchain_core.messages import HumanMessage, AIMessage, SystemMessage
9
+ huggingfacehub_api_token = os.getenv('hf_api')
10
 
11
  """
12
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference