Skip to content

Commit 0e3109b

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ from langgraph.graph import START, StateGraph, END
33
from uipath_langchain.chat import UiPathChat
44
from pydantic import BaseModel
55

6-
llm = UiPathChat(model="gpt-4o-mini-2024-07-18")
6+
llm = UiPathChat(model="gpt-4.1-mini-2025-04-14")
77

88

99
class GraphState(BaseModel):

0 commit comments

Comments
 (0)