Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ModelConfig
Interface ModelConfig
Configuration for the LLM model used by an agent
interface
ModelConfig
{
provider
:
string
;
model
:
string
;
temperature
:
number
;
maxTokens
:
number
;
}
Index
Properties
provider
model
temperature
max
Tokens
Properties
Readonly
provider
provider
:
string
Readonly
model
model
:
string
Readonly
temperature
temperature
:
number
Readonly
max
Tokens
maxTokens
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
provider
model
temperature
max
Tokens
Stratix Framework - v0.8.2
Loading...
Configuration for the LLM model used by an agent