Search Results for

    Show / Hide Table of Contents

    Class Tokens

    Inheritance
    object
    Tokens
    Inherited Members
    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 static class Tokens

    Fields

    | Improve this Doc View Source

    ImEnd

    Declaration
    public const string ImEnd = "<|im_end|>"
    Field Value
    Type Description
    string
    | Improve this Doc View Source

    ImStart

    Declaration
    public const string ImStart = "<|im_start|>"
    Field Value
    Type Description
    string
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2023 © Pavel «xakpc» Osadchuk for DotnetPrompt