core: fix fireworks mapping (#20613)

This commit is contained in:
Erick Friis 2024-04-18 11:08:40 -07:00 committed by GitHub
parent e786da7774
commit 66fb0b1f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -246,9 +246,8 @@ SERIALIZABLE_MAPPING: Dict[Tuple[str, ...], Tuple[str, ...]] = {
"ChatAnthropic", "ChatAnthropic",
), ),
("langchain", "chat_models", "fireworks", "ChatFireworks"): ( ("langchain", "chat_models", "fireworks", "ChatFireworks"): (
"langchain", "langchain_fireworks",
"chat_models", "chat_models",
"fireworks",
"ChatFireworks", "ChatFireworks",
), ),
("langchain", "chat_models", "google_palm", "ChatGooglePalm"): ( ("langchain", "chat_models", "google_palm", "ChatGooglePalm"): (
@ -317,9 +316,8 @@ SERIALIZABLE_MAPPING: Dict[Tuple[str, ...], Tuple[str, ...]] = {
"BedrockLLM", "BedrockLLM",
), ),
("langchain", "llms", "fireworks", "Fireworks"): ( ("langchain", "llms", "fireworks", "Fireworks"): (
"langchain", "langchain_fireworks",
"llms", "llms",
"fireworks",
"Fireworks", "Fireworks",
), ),
("langchain", "llms", "google_palm", "GooglePalm"): ( ("langchain", "llms", "google_palm", "GooglePalm"): (