Skip to content

Commit

Permalink
fix anthropic bug (#2161)
Browse files Browse the repository at this point in the history
### 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 <[email protected]>
  • Loading branch information
hangters and aopstudio authored Aug 29, 2024
1 parent 12975cf commit 69bbf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rag/llm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"Tencent Hunyuan": HunyuanChat,
"XunFei Spark": SparkChat,
"BaiduYiyan": BaiduYiyanChat,
"Anthropic": VoyageChat,
"Anthropic": AnthropicChat,
}


Expand Down

0 comments on commit 69bbf8e

Please sign in to comment.