forked from open-webui/open-webui
		
	Remove the commented-out code
Signed-off-by: Xiaodong Ye <yeahdongcn@gmail.com>
This commit is contained in:
		
							parent
							
								
									3b7f7c6e32
								
							
						
					
					
						commit
						695bc56144
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -618,7 +618,6 @@ | ||||||
| 		gravatarEmail = settings.gravatarEmail ?? ''; | 		gravatarEmail = settings.gravatarEmail ?? ''; | ||||||
| 
 | 
 | ||||||
| 		speakVoice = settings.speakVoice ?? ''; | 		speakVoice = settings.speakVoice ?? ''; | ||||||
| 		// await voices.set(await speechSynthesis.getVoices()); |  | ||||||
| 
 | 
 | ||||||
| 		const getVoicesLoop = setInterval(async () => { | 		const getVoicesLoop = setInterval(async () => { | ||||||
| 			const _voices = await speechSynthesis.getVoices(); | 			const _voices = await speechSynthesis.getVoices(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Xiaodong Ye
						Xiaodong Ye