Fix: Issue where the service status is not updated after the local model download is completed

This commit is contained in:
Liujian
2025-02-19 10:57:39 +08:00
parent 7cc4a92015
commit e8887c1454
7 changed files with 97 additions and 72 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ func (i *imlInitController) OnInit() {
if len(items) == 0 {
err = i.catalogueModule.Create(ctx, &catalogue_dto.CreateCatalogue{
Id: catalogueId,
Name: "Default Catalogue",
Name: "Default Category",
})
if err != nil {
return fmt.Errorf("create default catalogue error: %v", err)