Update model.go
This commit is contained in:
parent
804fd7e405
commit
bc72d5bb0c
@ -7,7 +7,7 @@ type Options struct {
|
||||
TopP float64 `json:"top_p,omitempty"`
|
||||
FrequencyPenalty float64 `json:"frequency_penalty,omitempty"`
|
||||
PresencePenalty float64 `json:"presence_penalty,omitempty"`
|
||||
NumPredict float64 `json:"num_predict,omitempty"`
|
||||
NumPredict int `json:"num_predict,omitempty"`
|
||||
}
|
||||
|
||||
type Message struct {
|
||||
|
Loading…
Reference in New Issue
Block a user