407 B
407 B
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.