EmbeddingsResponse constructor
EmbeddingsResponse({})
Returns a new EmbeddingsResponse instance.
Implementation
EmbeddingsResponse({
required this.object,
required this.model,
this.data = const [],
});
Returns a new EmbeddingsResponse instance.
EmbeddingsResponse({
required this.object,
required this.model,
this.data = const [],
});