소스 검색

refac: wording

Timothy J. Baek 6 달 전
부모
커밋
f02ef01e0c
1개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. 11 3
      src/lib/components/admin/Settings/Audio.svelte

+ 11 - 3
src/lib/components/admin/Settings/Audio.svelte

@@ -279,9 +279,17 @@
 						</div>
 
 						<div class="mt-2 mb-1 text-xs text-gray-400 dark:text-gray-500">
-							{$i18n.t(
-								'If you want to use a custom model, please enter the model name and click the refresh button.'
-							)}
+							{$i18n.t(`Open WebUI uses faster-whisper internally.`)}
+
+							<a
+								class=" hover:underline dark:text-gray-200 text-gray-800"
+								href="https://github.com/SYSTRAN/faster-whisper"
+								target="_blank"
+							>
+								{$i18n.t(
+									`Click here to learn more about faster-whisper and see the available models.`
+								)}
+							</a>
 						</div>
 					</div>
 				{/if}