Skip to content

Commit

Permalink
fix: added token data to asr config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamakuprina committed May 17, 2024
1 parent 2d80c1c commit 0e2aa38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ data class AsrConfig(
val azure: AsrAzureConfig? = null,
val asm: AsrAsmConfig? = null,
val sber: AsrSberConfig? = null,
val asrProperties: JsonObject? = null
val asrProperties: JsonObject? = null,
val tokenData: JsonObject? = null
) {
@Serializable
enum class AsrProviderType {
Expand Down

0 comments on commit 0e2aa38

Please sign in to comment.