feat: Add responses to the default path suffix list of model-router and model-mapper (#3585)

This commit is contained in:
Kent Dong
2026-03-20 13:52:49 +08:00
committed by GitHub
parent 70ec36107a
commit ca22fcb90b
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ func parseConfig(json gjson.Result, config *Config) error {
"/video-synthesis",
"/rerank",
"/messages",
"/responses",
}
}

View File

@@ -80,6 +80,7 @@ func parseConfig(json gjson.Result, config *ModelRouterConfig) error {
"/video-synthesis",
"/rerank",
"/messages",
"/responses",
}
}