Commit ada7b968 by Seefs Committed by GitHub

Merge pull request #1724 from momomobinx/base

openai v1/models 完全兼容 解决接入trae时候的字段校验
parents ffe78e99 785d0c42
......@@ -207,6 +207,7 @@ func ListModels(c *gin.Context, modelType int) {
c.JSON(200, gin.H{
"success": true,
"data": userOpenAiModels,
"object": "list",
})
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment