Class LMStudioResponseStats
Inheritance
LMStudioResponseStats
Assembly: Glitch9.AIDevKit.Provider.LMStudio.dll
Syntax
public class LMStudioResponseStats
Properties
|
Edit this page
View Source
CompletionTokens
Declaration
[JsonProperty("completion_tokens")]
public int? CompletionTokens { get; set; }
Property Value
|
Edit this page
View Source
PromptTokens
Declaration
[JsonProperty("prompt_tokens")]
public int? PromptTokens { get; set; }
Property Value
|
Edit this page
View Source
TotalTokens
Declaration
[JsonProperty("total_tokens")]
public int? TotalTokens { get; set; }
Property Value
Extension Methods