refactor: Streamline AWS and Claude response handling by consolidating logic and improving error management

This commit is contained in:
1808837298@qq.com
2025-03-16 15:57:01 +08:00
parent b84b6affe9
commit 2c81a5f0cc
3 changed files with 79 additions and 126 deletions

View File

@@ -2,6 +2,7 @@ package xinference
var ModelList = []string{
"bge-reranker-v2-m3",
"jina-reranker-v2",
}
var ChannelName = "xinference"