api: remove unused sampling parameters (#10581)

This commit is contained in:
Jeffrey Morgan 2025-05-08 08:31:08 -07:00 committed by GitHub
parent 3d9498a425
commit fa9973cd7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 30 deletions

View file

@ -46,6 +46,9 @@ var deprecatedParameters = []string{
"logits_all",
"vocab_only",
"use_mlock",
"mirostat",
"mirostat_tau",
"mirostat_eta",
}
// CreateRequest creates a new *api.CreateRequest from an existing Modelfile