Skip to content

Commit

Permalink
Example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ClusterM committed Feb 19, 2024
1 parent 04eba66 commit b4b8c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AliceExample/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ protected override async Task<AliceResponse> HandleRequest(AliceReqest request,
{
Response = new ResponseBody
{
Text = "Отсоси у тракториста!",
Tts = "xxx <[schwa t s schwa ss ii]> у тракториста! <speaker audio=\"alice-sounds-game-win-1.opus\">"
/* обходим цензуру :) */
Tts = "xxx <[schwa t s schwa ss ii]> у тракториста! <speaker audio=\"alice-sounds-game-win-1.opus\">"
}
};
}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ namespace AliceExample
Response = new ResponseBody
{
Text = "Отсоси у тракториста!",
Tts = "xxx <[schwa t s schwa ss ii]> у тракториста! <speaker audio=\"alice-sounds-game-win-1.opus\">"
/* обходим цензуру :) */
Tts = "xxx <[schwa t s schwa ss ii]> у тракториста! <speaker audio=\"alice-sounds-game-win-1.opus\">"
}
};
}
Expand Down

0 comments on commit b4b8c3f

Please sign in to comment.