Fix: uploading in chat box issue. (#6547)

### What problem does this PR solve?

#6228

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-03-26 15:37:48 +08:00
committed by GitHub
parent 6bf26e2a81
commit cc8029a732
3 changed files with 24 additions and 8 deletions

View File

@ -106,7 +106,8 @@ from .cv_model import (
TogetherAICV,
YiCV,
HunyuanCV,
AnthropicCV
AnthropicCV,
SILICONFLOWCV
)
from .rerank_model import (
@ -200,6 +201,7 @@ CvModel = {
"01.AI": YiCV,
"Tencent Hunyuan": HunyuanCV,
"Anthropic": AnthropicCV,
"SILICONFLOW": SILICONFLOWCV,
}
ChatModel = {