Class OllamaCompletionOptionsBase
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class OllamaCompletionOptionsBase : ICompletionOptions, IGENOptions
Properties
KeepAlive
Optional (Ollama-only). Controls how long the model will stay loaded into memory following the request.
Declaration
public string KeepAlive { get; set; }
Property Value
Type | Description |
---|---|
string |
ModelSettings
Configuration options for model generation and outputs. Not all parameters may be configurable for every model.
Declaration
public OllamaModelSettings ModelSettings { get; set; }
Property Value
Type | Description |
---|---|
OllamaModelSettings |