AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class OllamaCompletionOptionsBase

    Inheritance
    object
    OllamaCompletionOptionsBase
    OllamaChatCompletionOptions
    OllamaCompletionOptions
    Implements
    ICompletionOptions
    IGENOptions
    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

    Implements

    ICompletionOptions
    IGENOptions
    In this article
    Back to top Generated by DocFX