in nl2sql/llms/vertexai.py [0:0]
def get_max_input_tokens(self) -> int:
"""
Returns the maximum number of input tokens allowed
"""
if self.metadata:
return self.metadata["max_input_tokens"]
raise ValueError("LLM initialized without max_input_tokens")