LogitBiasEntry.fromJson constructor

LogitBiasEntry.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory LogitBiasEntry.fromJson(Map<String, Object?> json) =>
    LogitBiasEntry(json['token']! as int, (json['bias'] as num).toDouble());