mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-05 15:20:30 +08:00
Go: introduce content_length and max_output (#17807)
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
@@ -181,7 +181,7 @@ func (h *ProviderHandler) ListModels(c *gin.Context) {
|
||||
remoteModels = append(remoteModels, map[string]interface{}{
|
||||
"name": m.Name,
|
||||
"model_types": m.ModelTypes,
|
||||
"max_tokens": m.MaxTokens,
|
||||
"max_output": m.MaxOutput,
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user