Spaces:
Running
Running
Luong Huu Thanh
commited on
Commit
·
4c48cf4
1
Parent(s):
a006388
small updates
Browse files- agent.py +1 -1
- requirements.txt +0 -0
agent.py
CHANGED
@@ -798,7 +798,7 @@ def build_graph(provider: str = "groq"):
|
|
798 |
|
799 |
# test
|
800 |
if __name__ == "__main__":
|
801 |
-
question = "
|
802 |
graph = build_graph(provider="groq")
|
803 |
messages = [HumanMessage(content=question)]
|
804 |
messages = graph.invoke({"messages": messages})
|
|
|
798 |
|
799 |
# test
|
800 |
if __name__ == "__main__":
|
801 |
+
question = "What is the capital of Vietnam?"
|
802 |
graph = build_graph(provider="groq")
|
803 |
messages = [HumanMessage(content=question)]
|
804 |
messages = graph.invoke({"messages": messages})
|
requirements.txt
CHANGED
Binary files a/requirements.txt and b/requirements.txt differ
|
|