Class CompoundCustom.CompoundModels
Inherited Members
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
Syntax
public class CompoundCustom.CompoundModels
Properties
| Edit this page View SourceAnsweringModel
Optional. Custom model to use for answering.
Declaration
[JsonProperty("answering_model")]
public string AnsweringModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReasoningModel
Optional. Custom model to use for reasoning.
Declaration
[JsonProperty("reasoning_model")]
public string ReasoningModel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |