forked from open-webui/open-webui
		
	
						commit
						db2336e086
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -156,7 +156,7 @@ | ||||||
| 		} else { | 		} else { | ||||||
| 			isRecording = true; | 			isRecording = true; | ||||||
| 
 | 
 | ||||||
| 			if ($settings?.voice?.STTEngine ?? '' !== '') { | 			if ($settings?.audio?.STTEngine ?? '' !== '') { | ||||||
| 				startRecording(); | 				startRecording(); | ||||||
| 			} else { | 			} else { | ||||||
| 				if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) { | 				if ('SpeechRecognition' in window || 'webkitSpeechRecognition' in window) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek