Skip to content

Commit a87f0e0

Browse files
committed
feat(core): add ChatBaseten to serializable mapping
1 parent deb85b6 commit a87f0e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libs/core/langchain_core/load/mapping.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@
283283
"chat_models",
284284
"ChatXAI",
285285
),
286+
("langchain_baseten", "chat_models", "ChatBaseten"): (
287+
"langchain_baseten",
288+
"chat_models",
289+
"ChatBaseten",
290+
),
286291
("langchain", "chat_models", "fireworks", "ChatFireworks"): (
287292
"langchain_fireworks",
288293
"chat_models",

0 commit comments

Comments
 (0)