Skip to content

Commit e6e31a2

Browse files
committed
update timeout to 300
1 parent af8023d commit e6e31a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/llm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ async def ask_tool(
185185
self,
186186
messages: List[Union[dict, Message]],
187187
system_msgs: Optional[List[Union[dict, Message]]] = None,
188-
timeout: int = 60,
188+
timeout: int = 300,
189189
tools: Optional[List[dict]] = None,
190190
tool_choice: Literal["none", "auto", "required"] = "auto",
191191
temperature: Optional[float] = None,

0 commit comments

Comments
 (0)