Skip to content

Commit 60130fa

Browse files
Adam BaloghAdam Balogh
authored andcommitted
rm temp
1 parent e79008e commit 60130fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agent/agent_executor.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
def create_suggestions_executor() -> CompiledGraph:
16-
openai_model = ChatOpenAI(model="gpt-4o-mini", temperature=0)
16+
openai_model = ChatOpenAI(model="gpt-4o-mini")
1717

1818
# Create agent
1919
agent_executor = create_react_agent(model=openai_model, tools=[])
@@ -22,7 +22,7 @@ def create_suggestions_executor() -> CompiledGraph:
2222

2323

2424
def create_agent_executor() -> CompiledGraph:
25-
openai_model = ChatOpenAI(model="o3-mini", temperature=0)
25+
openai_model = ChatOpenAI(model="o3-mini")
2626

2727
# Create agent
2828
agent_executor = create_react_agent(

0 commit comments

Comments
 (0)