mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
fix anthropic bug (#2161)
### 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>
This commit is contained in:
@ -106,7 +106,7 @@ ChatModel = {
|
||||
"Tencent Hunyuan": HunyuanChat,
|
||||
"XunFei Spark": SparkChat,
|
||||
"BaiduYiyan": BaiduYiyanChat,
|
||||
"Anthropic": VoyageChat,
|
||||
"Anthropic": AnthropicChat,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user