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
Properties
Created
public long Created { get; init; }
Property Value
ID
public string ID { get; init; }
Property Value
OwnedBy
public string OwnedBy { get; init; }