chore: 取消内置模型

This commit is contained in:
yokowu
2025-07-21 10:21:42 +08:00
parent f95f62f604
commit 481a7d7eb7
2 changed files with 2 additions and 6 deletions

View File

@@ -40,10 +40,6 @@ func main() {
panic(err)
}
if err := s.modelV1.InitModel(); err != nil {
panic(err)
}
svc := service.NewService(service.WithPprof())
svc.Add(s)
if err := svc.Run(); err != nil {