support chat model in huggingface (#2802)

### What problem does this PR solve?

#2794

### Type of change
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
JobSmithManipulation
2024-10-11 14:45:48 +08:00
committed by GitHub
parent 1bae479b37
commit 3f065c75da
3 changed files with 12 additions and 2 deletions

View File

@ -107,6 +107,7 @@ ChatModel = {
"BaiduYiyan": BaiduYiyanChat,
"Anthropic": AnthropicChat,
"Google Cloud": GoogleChat,
"HuggingFace": HuggingFaceChat,
}
RerankModel = {