Fix Gitee embedding model URL error (#13553)

### What problem does this PR solve?

As title

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-03-12 13:13:06 +08:00
committed by GitHub
parent 375a910bcf
commit 5cbdfc5f17
4 changed files with 24 additions and 9 deletions

View File

@ -204,6 +204,7 @@ func (h *LLMHandler) Factories(c *gin.Context) {
}
c.JSON(http.StatusOK, gin.H{
"code": common.CodeSuccess,
"data": filtered,
})
}