mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 20:18:11 +00:00
feat: add /edit endpoint (#119)
This commit is contained in:
committed by
GitHub
parent
d0ceebc5d7
commit
52f4d993c1
@ -27,6 +27,7 @@ type Config struct {
|
||||
type TemplateConfig struct {
|
||||
Completion string `yaml:"completion"`
|
||||
Chat string `yaml:"chat"`
|
||||
Edit string `yaml:"edit"`
|
||||
}
|
||||
|
||||
type ConfigMerger map[string]Config
|
||||
|
Reference in New Issue
Block a user