You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

llama.abstractions.illamaparams.md 407 B

123456789101112131415
  1. # ILLamaParams
  2. Namespace: LLama.Abstractions
  3. Convenience interface for implementing both type of parameters.
  4. ```csharp
  5. public interface ILLamaParams : IModelParams, IContextParams
  6. ```
  7. Implements [IModelParams](./llama.abstractions.imodelparams.md), [IContextParams](./llama.abstractions.icontextparams.md)
  8. **Remarks:**
  9. Mostly exists for backwards compatibility reasons, when these two were not split.