mirror of
https://github.com/alibaba/higress.git
synced 2026-03-21 19:47:52 +08:00
feat: Add responses to the default path suffix list of model-router and model-mapper (#3585)
This commit is contained in:
@@ -112,6 +112,7 @@ func parseConfig(json gjson.Result, config *Config) error {
|
||||
"/video-synthesis",
|
||||
"/rerank",
|
||||
"/messages",
|
||||
"/responses",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -80,6 +80,7 @@ func parseConfig(json gjson.Result, config *ModelRouterConfig) error {
|
||||
"/video-synthesis",
|
||||
"/rerank",
|
||||
"/messages",
|
||||
"/responses",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user