mirror of
https://github.com/LukeHagar/LocalAI.git
synced 2025-12-07 04:20:14 +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