diff --git a/llm/client.go b/llm/client.go index af7f313..6067925 100644 --- a/llm/client.go +++ b/llm/client.go @@ -27,7 +27,7 @@ func NewClient(baseURL, apiKey, model string) *Client { baseURL: strings.TrimRight(baseURL, "/"), apiKey: apiKey, model: model, - http: &http.Client{Timeout: 2 * time.Minute}, + http: &http.Client{Timeout: 5 * time.Minute}, } }