Skip to main content

get_model_limit

Function
This function is defined in the context module.
Get context limit for a model.

Signature

def get_model_limit(model: &str) -> usize

Parameters

model
&str
required
No description available.

Returns

Returns
usize
The result of the operation.

Source

View on GitHub

praisonai/src/context/mod.rs at line 278