issues #6655 Open ai tts issues (#6696)

This commit is contained in:
chenxu9741
2024-07-26 14:55:49 +08:00
committed by GitHub
parent 80b3871c55
commit 6b50bb0fe6
9 changed files with 21 additions and 11 deletions

View File

@@ -125,6 +125,7 @@ const Operation: FC<OperationProps> = ({
id={id}
value={content}
noCache={false}
voice={config?.text_to_speech?.voice}
className='hidden group-hover:block'
/>
</>