mirror of
https://github.com/alibaba/higress.git
synced 2026-06-06 19:27:33 +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",
|
"/video-synthesis",
|
||||||
"/rerank",
|
"/rerank",
|
||||||
"/messages",
|
"/messages",
|
||||||
|
"/responses",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -80,6 +80,7 @@ func parseConfig(json gjson.Result, config *ModelRouterConfig) error {
|
|||||||
"/video-synthesis",
|
"/video-synthesis",
|
||||||
"/rerank",
|
"/rerank",
|
||||||
"/messages",
|
"/messages",
|
||||||
|
"/responses",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user