mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
Update ollama.go
This commit is contained in:
2
vendors/ollama/ollama.go
vendored
2
vendors/ollama/ollama.go
vendored
@@ -43,7 +43,7 @@ func (o *Client) configure() (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
o.client = ollamaapi.NewClient(o.apiUrl, &http.Client{Timeout: 10000 * time.Millisecond})
|
||||
o.client = ollamaapi.NewClient(o.apiUrl, &http.Client{Timeout: 1200000 * time.Millisecond})
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user