JamalAG commited on
Commit
54cd31a
·
verified ·
1 Parent(s): 61d5a1e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -4,7 +4,7 @@ from langchain.agents.agent_types import AgentType
4
  from langchain_community.llms import HuggingFaceEndpoint
5
  import os
6
 
7
- os.getenv('huggingfacehub_api_token ')
8
 
9
  def query_agent(data, query):
10
  # Parse the CSV file and create a Pandas DataFrame from its contents.
 
4
  from langchain_community.llms import HuggingFaceEndpoint
5
  import os
6
 
7
+ os.getenv('huggingfacehub_api_token')
8
 
9
  def query_agent(data, query):
10
  # Parse the CSV file and create a Pandas DataFrame from its contents.