Tuan197 commited on
Commit
b1b9658
·
verified ·
1 Parent(s): 9029d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ class BasicAgent:
20
  """A langgraph agent."""
21
  def __init__(self):
22
  print("BasicAgent initialized.")
23
- self.graph = build_graph()
24
 
25
  def __call__(self, question: str) -> str:
26
  print(f"Agent received question (first 50 chars): {question[:50]}...")
 
20
  """A langgraph agent."""
21
  def __init__(self):
22
  print("BasicAgent initialized.")
23
+ self.graph = build_graph(provider = "huggingface")
24
 
25
  def __call__(self, question: str) -> str:
26
  print(f"Agent received question (first 50 chars): {question[:50]}...")