mirror of
https://github.com/ollama/ollama
synced 2026-04-23 08:45:14 +00:00
Merge c26ae9597d into 160660e572
This commit is contained in:
commit
d4f67f0911
|
|
@ -259,7 +259,7 @@ func (c *Client) stream(ctx context.Context, method, path string, data any, fn f
|
|||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
return scanner.Err()
|
||||
}
|
||||
|
||||
// GenerateResponseFunc is a function that [Client.Generate] invokes every time
|
||||
|
|
|
|||
Loading…
Reference in a new issue