Spaces:
Sleeping
Sleeping
mchinea
commited on
Commit
·
5cdcea1
1
Parent(s):
ed6bc85
update the model
Browse files
agent.py
CHANGED
|
@@ -15,7 +15,7 @@ from tools import level1_tools
|
|
| 15 |
def build_agent_graph():
|
| 16 |
"""Build the graph"""
|
| 17 |
# Load environment variables from .env file
|
| 18 |
-
llm = ChatOpenAI(model="gpt-4o
|
| 19 |
|
| 20 |
# Bind tools to LLM
|
| 21 |
llm_with_tools = llm.bind_tools(level1_tools)
|
|
|
|
| 15 |
def build_agent_graph():
|
| 16 |
"""Build the graph"""
|
| 17 |
# Load environment variables from .env file
|
| 18 |
+
llm = ChatOpenAI(model="gpt-4o")
|
| 19 |
|
| 20 |
# Bind tools to LLM
|
| 21 |
llm_with_tools = llm.bind_tools(level1_tools)
|