mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-24 20:09:01 +00:00
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:
@@ -48,6 +48,7 @@ EXPECTED_ALL = [
|
||||
"JinaChat",
|
||||
"LlamaEdgeChatService",
|
||||
"MiniMaxChat",
|
||||
"MoonshotChat",
|
||||
"PaiEasChatEndpoint",
|
||||
"PromptLayerChatOpenAI",
|
||||
"SolarChat",
|
||||
|
Reference in New Issue
Block a user