mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-10 02:33:36 +08:00
chore: 取消内置模型
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user