mirror of
https://github.com/alibaba/higress.git
synced 2026-05-23 20:27:29 +08:00
feat(ai-proxy): support Qwen reranks and conversations paths (#3724)
This commit is contained in:
@@ -69,6 +69,9 @@ var (
|
||||
{provider.PathAnthropicComplete, provider.ApiNameAnthropicComplete},
|
||||
// Cohere style
|
||||
{provider.PathCohereV1Rerank, provider.ApiNameCohereV1Rerank},
|
||||
// Qwen style
|
||||
{provider.PathQwenV1Reranks, provider.ApiNameQwenV1Rerank},
|
||||
{provider.PathQwenV1Conversations, provider.ApiNameQwenV1Conversations},
|
||||
}
|
||||
pathPatternToApiName = []pair[*regexp.Regexp, provider.ApiName]{
|
||||
// OpenAI style
|
||||
|
||||
Reference in New Issue
Block a user