langchain_community.llms.vertexai
.is_codey_model¶
- langchain_community.llms.vertexai.is_codey_model(model_name: str) bool [source]¶
Returns True if the model name is a Codey model.
- Parameters
model_name (str) –
- Return type
bool