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 – The model name to check.

Returns: True if the model name is a Codey model.