core: fix fireworks mapping (#20613)

pull/20609/head^2
Erick Friis 6 months ago committed by GitHub
parent e786da7774
commit 66fb0b1f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save