Search Results for

    Show / Hide Table of Contents

    Class ChatGptModelConfiguration

    Inheritance
    object
    OpenAIModelConfiguration
    ChatGptModelConfiguration
    Implements
    IEquatable<OpenAIModelConfiguration>
    IEquatable<ChatGptModelConfiguration>
    Inherited Members
    OpenAIModelConfiguration.NucleusSamplingFactor
    OpenAIModelConfiguration.SnippetCount
    OpenAIModelConfiguration.LogProbability
    OpenAIModelConfiguration.GenerationSampleCount
    OpenAIModelConfiguration.Prompt
    OpenAIModelConfiguration.MaxTokens
    OpenAIModelConfiguration.Temperature
    OpenAIModelConfiguration.LogitBias
    OpenAIModelConfiguration.User
    OpenAIModelConfiguration.Model
    OpenAIModelConfiguration.Echo
    OpenAIModelConfiguration.Stop
    OpenAIModelConfiguration.CompletionConfig
    OpenAIModelConfiguration.CacheLevel
    OpenAIModelConfiguration.PresencePenalty
    OpenAIModelConfiguration.FrequencyPenalty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DotnetPrompt.LLM.OpenAI
    Assembly: DotnetPrompt.LLM.OpenAI.dll
    Syntax
    public record ChatGptModelConfiguration : OpenAIModelConfiguration, IEquatable<OpenAIModelConfiguration>, IEquatable<ChatGptModelConfiguration>

    Fields

    | Improve this Doc View Source

    Default

    Declaration
    public static ChatGptModelConfiguration Default
    Field Value
    Type Description
    ChatGptModelConfiguration

    Properties

    | Improve this Doc View Source

    Messages

    Declaration
    [JsonPropertyName("messages")]
    public IList<ChatMessage> Messages { get; set; }
    Property Value
    Type Description
    IList<ChatMessage>

    Implements

    System.IEquatable<T>
    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2023 © Pavel «xakpc» Osadchuk for DotnetPrompt