langchain_community.llms.vertexai.is_gemini_model¶
- langchain_community.llms.vertexai.is_gemini_model(model_name: str) bool[source]¶
如果模型名称是Gemini模型,则返回True。
- Parameters
model_name (str) –
- Return type
bool