wt002 commited on
Commit
770fff9
·
verified ·
1 Parent(s): 40de8fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def should_continue(state: AgentState) -> str:
129
  def reasoning_node(state: AgentState) -> AgentState:
130
  """Agent reasoning and tool selection"""
131
  # Get Hugging Face API token from environment
132
- token = os.environ.get("HF_API_TOKEN")
133
  if not token:
134
  raise ValueError("Hugging Face API token not found in environment variables")
135
 
 
129
  def reasoning_node(state: AgentState) -> AgentState:
130
  """Agent reasoning and tool selection"""
131
  # Get Hugging Face API token from environment
132
+ token = os.environ.get("HF_TOKEN")
133
  if not token:
134
  raise ValueError("Hugging Face API token not found in environment variables")
135