mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
feat: support arrays for prompt and input
Signed-off-by: mudler <mudler@mocaccino.org>
This commit is contained in:
parent
857d13e8d6
commit
e73283121b
3 changed files with 64 additions and 40 deletions
|
@ -27,6 +27,8 @@ type Config struct {
|
|||
MirostatETA float64 `yaml:"mirostat_eta"`
|
||||
MirostatTAU float64 `yaml:"mirostat_tau"`
|
||||
Mirostat int `yaml:"mirostat"`
|
||||
|
||||
PromptStrings, InputStrings []string
|
||||
}
|
||||
|
||||
type TemplateConfig struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue