mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-10 06:48:04 -05:00
Merge pull request #837 from PickleOgre/main
Fix spelling error in fabric.go
This commit is contained in:
@@ -160,7 +160,7 @@ func (o *Fabric) SetupVendors() (err error) {
|
||||
fmt.Printf("[%v] configured\n", vendor.GetName())
|
||||
o.AddVendors(vendor)
|
||||
} else {
|
||||
fmt.Printf("[%v] skiped\n", vendor.GetName())
|
||||
fmt.Printf("[%v] skipped\n", vendor.GetName())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
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