Skip to content

ILLamaParams

Namespace: LLama.Abstractions

Convenience interface for implementing both type of parameters.

1
public interface ILLamaParams : IModelParams, IContextParams

Implements IModelParams, IContextParams

Remarks:

Mostly exists for backwards compatibility reasons, when these two were not split.