mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +00:00
docs: Add ChatGoogleGenerativeAI to model feat table (#22617)
This commit is contained in:
parent
17b486a37b
commit
feb73d4281
@ -62,6 +62,11 @@ CHAT_MODEL_FEAT_TABLE = {
|
|||||||
"package": "langchain-google-vertexai",
|
"package": "langchain-google-vertexai",
|
||||||
"link": "/docs/integrations/chat/google_vertex_ai_palm/",
|
"link": "/docs/integrations/chat/google_vertex_ai_palm/",
|
||||||
},
|
},
|
||||||
|
"ChatGoogleGenerativeAI": {
|
||||||
|
"tool_calling": True,
|
||||||
|
"package": "langchain-google-genai",
|
||||||
|
"link": "/docs/integrations/chat/google_generative_ai/",
|
||||||
|
},
|
||||||
"ChatGroq": {
|
"ChatGroq": {
|
||||||
"tool_calling": True,
|
"tool_calling": True,
|
||||||
"structured_output": True,
|
"structured_output": True,
|
||||||
|
Loading…
Reference in New Issue
Block a user