Browse Source

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>
tags/v0.11.0
黄腾 1 year ago
parent
commit
69bbf8e9c5
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      rag/llm/__init__.py

+ 1
- 1
rag/llm/__init__.py View File

@@ -106,7 +106,7 @@ ChatModel = {
"Tencent Hunyuan": HunyuanChat,
"XunFei Spark": SparkChat,
"BaiduYiyan": BaiduYiyanChat,
"Anthropic": VoyageChat,
"Anthropic": AnthropicChat,
}



Loading…
Cancel
Save