@@ -174,6 +174,7 @@ func ListModels(c *gin.Context) {
c.JSON(200, gin.H{
"success": true,
"data": userOpenAiModels,
+ "object": "list",
})
}