# LLamaModelKvOverrideType Namespace: LLama.Native Specifies what type of value is being overridden by LLamaModelKvOverride ```csharp public enum LLamaModelKvOverrideType ``` Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype) → [Enum](https://docs.microsoft.com/en-us/dotnet/api/system.enum) → [LLamaModelKvOverrideType](./llama.native.llamamodelkvoverridetype.md)
Implements [IComparable](https://docs.microsoft.com/en-us/dotnet/api/system.icomparable), [IFormattable](https://docs.microsoft.com/en-us/dotnet/api/system.iformattable), [IConvertible](https://docs.microsoft.com/en-us/dotnet/api/system.iconvertible) **Remarks:** llama_model_kv_override_type ## Fields | Name | Value | Description | | --- | --: | --- | | Int | 0 | Overriding an int value | | Float | 1 | Overriding a float value | | Bool | 2 | Overriding a bool value |