Skip to content

Commit

Permalink
Improve TTS feature wording (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
TilmanGriesel authored Jan 14, 2025
1 parent 42d1fec commit 66497c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions services/web/src/static/js/chatCommandHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ export class ChatCommandHandler {
type: "system",
content: `Text-to-speech is \`${enabled ? "on" : "off"}\`\n${
enabled
? "> **Note:** A TTS model (90 MByte) will be downloaded and client side Wasm inference will be initialized. This may temporarily causes lags. " +
"There is also no indication on the TTS inference status in the UI, watch the logs for more information. " +
"The client side TTS is considered very experimental."
? "> **Note:** A TTS model (90 MByte) is downloaded and the client-side Wasm inference is being initialised. This can lead to temporary hangs. " +
"There is also no indication of the status of the TTS inference in the UI, watch the logs for more information. " +
"The client-side TTS is considered very experimental."
: ""
}`,
};
Expand Down

0 comments on commit 66497c8

Please sign in to comment.