Table of Contents

Class LLM<TMessage>.ModelInfo

Namespace
Prefrontal.Modules.Chat
Assembly
Prefrontal.Modules.dll
public record LLM<TMessage>.ModelInfo : IEquatable<LLM<TMessage>.ModelInfo>
Inheritance
LLM<TMessage>.ModelInfo
Implements
Inherited Members
Extension Methods

Constructors

ModelInfo(string, long, string)

public ModelInfo(string ID, long Created, string OwnedBy)

Parameters

ID string
Created long
OwnedBy string

Properties

Created

public long Created { get; init; }

Property Value

long

ID

public string ID { get; init; }

Property Value

string

OwnedBy

public string OwnedBy { get; init; }

Property Value

string