We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee480b commit dd77d9eCopy full SHA for dd77d9e
lib/components/CharacterRoom/CharacterRoom.tsx
@@ -270,7 +270,7 @@ export const CharacterRoom: React.FC<PropsWithChildren<Props>> = ({
270
271
const sendPrompt = async (rawContent: string | Blob) => {
272
if (
273
- (configs?.ttsMode || !isLLMSupported) &&
+ (configs?.ttsMode || (!isLLMSupported && isTTSSupported)) &&
274
typeof rawContent === "string"
275
) {
276
try {
0 commit comments