Merge branch 'master' into default_miro

This commit is contained in:
Ettore Di Giacinto 2024-09-17 12:24:39 +02:00 committed by GitHub
commit 3a1727a4fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
141 changed files with 2956 additions and 1498 deletions

View file

@ -126,6 +126,7 @@ type LLMConfig struct {
Grammar string `yaml:"grammar"`
StopWords []string `yaml:"stopwords"`
Cutstrings []string `yaml:"cutstrings"`
ExtractRegex []string `yaml:"extract_regex"`
TrimSpace []string `yaml:"trimspace"`
TrimSuffix []string `yaml:"trimsuffix"`