mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user