feat: add /edit endpoint (#119)

This commit is contained in:
Ettore Di Giacinto 2023-04-29 09:22:09 +02:00 committed by GitHub
parent d0ceebc5d7
commit 52f4d993c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 296 additions and 199 deletions

View file

@ -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