Class ModelLoadRequest
Inherited Members
Namespace: Glitch9.AIDevKit.LMStudio
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class ModelLoadRequest
Properties
| Edit this page View SourceIdentifier
Declaration
[JsonProperty("identifier")]
public string Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ttl
Optional time-to-live in seconds before the model is automatically unloaded.
Declaration
[JsonProperty("ttl")]
public int? Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |