Browse Source

Update types.go (#2744)

specfied -> specified
brucemacd/no-at-create
Ikko Eltociear Ashimine 2 years ago
committed by GitHub
parent
commit
e95b896790
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      api/types.go

2
api/types.go

@ -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

Loading…
Cancel
Save