mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 15:53:27 +02:00
mlx: use default http client (#15405)
This commit is contained in:
@@ -110,7 +110,7 @@ func NewClient(modelName string) (*Client, error) {
|
||||
c := &Client{
|
||||
modelName: modelName,
|
||||
done: make(chan struct{}),
|
||||
client: &http.Client{Timeout: 10 * time.Minute},
|
||||
client: http.DefaultClient,
|
||||
}
|
||||
|
||||
modelManifest, err := manifest.LoadManifest(modelName)
|
||||
|
||||
Reference in New Issue
Block a user