IamRulo commited on
Commit
77c248f
·
verified ·
1 Parent(s): 5f41b31

Update app.py

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