ModelRef constructor
const
ModelRef({})
Creates a model reference.
Implementation
const ModelRef({
required this.provider,
required this.modelId,
this.apiKeyName,
this.baseUrl,
this.contextWindow,
this.maxTokens,
});