menu
llm_dart package
documentation
models/chat_models.dart
AIModel
AIModel.new const constructor
AIModel.new const constructor
dark_mode
light_mode
AIModel
constructor
const
AIModel
(
{
required
String
id
,
String
?
description
,
String
object
=
'model'
,
String
?
ownedBy
,
})
Implementation
const AIModel({ required this.id, this.description, this.object = 'model', this.ownedBy, });
llm_dart package
documentation
models/chat_models
AIModel
AIModel.new const constructor
AIModel class