yuki-zmstr commited on
Commit
f2ed362
·
1 Parent(s): 754477a

Back to 4o

Browse files
Files changed (1) hide show
  1. agent/react_agent.py +1 -1
agent/react_agent.py CHANGED
@@ -42,7 +42,7 @@ class ReActAgent:
42
  """ReAct (Reasoning and Acting) Agent for Noah"""
43
 
44
  def __init__(self):
45
- self.llm = ChatOpenAI(model="gpt-5-mini", temperature=0.1)
46
  self.book_service = BookService()
47
  self.calendar_service = CalendarService()
48
  self.notion_service = NotionService()
 
42
  """ReAct (Reasoning and Acting) Agent for Noah"""
43
 
44
  def __init__(self):
45
+ self.llm = ChatOpenAI(model="gpt-4o", temperature=0.1)
46
  self.book_service = BookService()
47
  self.calendar_service = CalendarService()
48
  self.notion_service = NotionService()