Refa: update Anthropic models. (#6445)

### What problem does this PR solve?

#6421

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-03-24 12:34:57 +08:00
committed by GitHub
parent e4c8d703b5
commit 85eb3775d6
4 changed files with 148 additions and 23 deletions

View File

@ -106,6 +106,7 @@ from .cv_model import (
TogetherAICV,
YiCV,
HunyuanCV,
AnthropicCV
)
from .rerank_model import (
@ -198,6 +199,7 @@ CvModel = {
"TogetherAI": TogetherAICV,
"01.AI": YiCV,
"Tencent Hunyuan": HunyuanCV,
"Anthropic": AnthropicCV,
}
ChatModel = {