resumable downloads

This commit is contained in:
Bruce MacDonald
2023-07-06 14:57:11 -04:00
committed by Jeffrey Morgan
parent 7ee75e19ec
commit c9f45abef3
4 changed files with 42 additions and 17 deletions

View File

@@ -28,10 +28,6 @@ type PullProgress struct {
Percent float64 `json:"percent"`
}
type PullResponse struct {
Response string `json:"response"`
}
type GenerateRequest struct {
Model string `json:"model"`
Prompt string `json:"prompt"`