feat: increase default LLM request timeout to 120s
This commit is contained in:
parent
783aa5a602
commit
0b2581cbf6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ type (
|
|||
ReasoningDetail = protocoltypes.ReasoningDetail
|
||||
)
|
||||
|
||||
const DefaultRequestTimeout = 30 * time.Second
|
||||
const DefaultRequestTimeout = 120 * time.Second
|
||||
|
||||
// NewHTTPClient creates an *http.Client with an optional proxy and the default timeout.
|
||||
func NewHTTPClient(proxy string) *http.Client {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue