[ai-proxy]qwen text-rerank support (#2537)

This commit is contained in:
woody
2025-07-07 20:27:56 +08:00
committed by GitHub
parent 0996ad21b1
commit ff068258a1
2 changed files with 9 additions and 4 deletions

View File

@@ -81,6 +81,7 @@ const (
// TODO: 以下是一些非标准的API名称需要进一步确认是否支持
ApiNameCohereV1Rerank ApiName = "cohere/v1/rerank"
ApiNameQwenV1Rerank ApiName = "qwen/v1/rerank"
ApiNameQwenAsyncAIGC ApiName = "api/v1/services/aigc"
ApiNameQwenAsyncTask ApiName = "api/v1/tasks/"