### What problem does this PR solve? #2159 fix anthropic bug ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Co-authored-by: Zhedong Cen <cenzhedong2@126.com>tags/v0.11.0
| @@ -106,7 +106,7 @@ ChatModel = { | |||
| "Tencent Hunyuan": HunyuanChat, | |||
| "XunFei Spark": SparkChat, | |||
| "BaiduYiyan": BaiduYiyanChat, | |||
| "Anthropic": VoyageChat, | |||
| "Anthropic": AnthropicChat, | |||
| } | |||