ILLamaParams
Namespace: LLama.Abstractions
Convenience interface for implementing both type of parameters.
public interface ILLamaParams : IModelParams, IContextParams
Implements IModelParams, IContextParams
Remarks:
Mostly exists for backwards compatibility reasons, when these two were not split.