Model
Type Alias: Model
Model = typeof
MODELS[number]
The LLM model to use for the Elements library.
Example
const config: ElementsConfig = {
model: {
defaultModel: 'openai/gpt-4o',
},
}Last updated on
Model = typeof
MODELS[number]
The LLM model to use for the Elements library.
const config: ElementsConfig = {
model: {
defaultModel: 'openai/gpt-4o',
},
}Last updated on