Fix MoonshotChat instantiate with alias (#25755)

- **Description:**
   -  Fix `MoonshotChat` instantiate with alias
   - Add `MoonshotChat` to `__init__.py`

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
This commit is contained in:
maang-h
2024-08-27 01:33:22 +08:00
committed by GitHub
parent ec99f0d193
commit a566a15930
4 changed files with 20 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ EXPECTED_ALL = [
"JinaChat",
"LlamaEdgeChatService",
"MiniMaxChat",
"MoonshotChat",
"PaiEasChatEndpoint",
"PromptLayerChatOpenAI",
"SolarChat",