We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b827ceb commit 0e3109bCopy full SHA for 0e3109b
src/uipath_langchain/_cli/_templates/main.py.template
@@ -3,7 +3,7 @@ from langgraph.graph import START, StateGraph, END
3
from uipath_langchain.chat import UiPathChat
4
from pydantic import BaseModel
5
6
-llm = UiPathChat(model="gpt-4o-mini-2024-07-18")
+llm = UiPathChat(model="gpt-4.1-mini-2025-04-14")
7
8
9
class GraphState(BaseModel):
0 commit comments