mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-27 05:04:59 +00:00
chore(deps): update llama.cpp and sync with upstream changes
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
de81b42b49
commit
4c31c18c71
5 changed files with 8 additions and 11 deletions
|
@ -54,7 +54,6 @@ type GrammarConfig struct {
|
|||
type GrammarTrigger struct {
|
||||
// Trigger is the string that triggers the grammar
|
||||
Word string `yaml:"word"`
|
||||
AtStart bool `yaml:"at_start"`
|
||||
}
|
||||
|
||||
// FunctionsConfig is the configuration for the tool/function call.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue