diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index af81b96d..023dd702 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -2888,6 +2888,9 @@ class RoomClient { this.peer_name, ); this.cleanMessage(); + if (this.speechInMessages) { + this.speechMessage(true, 'ChatGPT', completion); + } this.sound('message'); }.bind(this), )