mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
feat: add /edit endpoint (#119)
This commit is contained in:
parent
d0ceebc5d7
commit
52f4d993c1
7 changed files with 296 additions and 199 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue