meta prompt function is ready

This commit is contained in:
RockYang
2024-11-12 17:13:38 +08:00
parent 2aa0b51c09
commit cff0397735
10 changed files with 176 additions and 18 deletions

View File

@@ -523,6 +523,7 @@ func main() {
group.POST("/lyric", h.Lyric)
group.POST("/image", h.Image)
group.POST("/video", h.Video)
group.POST("/meta", h.MetaPrompt)
}),
fx.Invoke(func(s *core.AppServer, db *gorm.DB) {
go func() {