Skip to content

Commit e402a9c

Browse files
committed
fix(init): update old models
1 parent b827ceb commit e402a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/uipath_langchain/_cli/_templates/main.py.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from langchain_core.messages import HumanMessage, SystemMessage
22
from langgraph.graph import START, StateGraph, END
3-
from uipath_langchain.chat import UiPathChat
3+
from uipath_langchain.chat import UiPathChatOpenAI
44
from pydantic import BaseModel
55

6-
llm = UiPathChat(model="gpt-4o-mini-2024-07-18")
6+
llm = UiPathChatOpenAI(model="gpt-5-mini-2025-08-07")
77

88

99
class GraphState(BaseModel):

0 commit comments

Comments
 (0)