Skip to content

Commit

Permalink
Update types.go (ollama#2744)
Browse files Browse the repository at this point in the history
specfied -> specified
  • Loading branch information
eltociear committed Feb 25, 2024
1 parent 1f087c4 commit e95b896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ type Metrics struct {
EvalDuration time.Duration `json:"eval_duration,omitempty"`
}

// Options specfied in GenerateRequest, if you add a new option here add it to the API docs also
// Options specified in GenerateRequest, if you add a new option here add it to the API docs also
type Options struct {
Runner

Expand Down

0 comments on commit e95b896

Please sign in to comment.