diff --git a/.gitignore b/.gitignore index 9af5a6b..b2d6de3 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,3 @@ npm-debug.log* yarn-debug.log* yarn-error.log* - -# VS Code -.vscode/ diff --git a/docs/tutorials/speech-to-text/stt-config.md b/docs/tutorials/speech-to-text/stt-config.md index ea612ce..73fe834 100644 --- a/docs/tutorials/speech-to-text/stt-config.md +++ b/docs/tutorials/speech-to-text/stt-config.md @@ -5,9 +5,9 @@ title: "🗨️ Configuration" Open Web UI supports both local, browser, and remote speech to text. -![alt text](../../../static/images/tutorials/stt/image.png) +![alt text](/images/tutorials/stt/image.png) -![alt text](../../../static/images/tutorials/stt/stt-providers.png) +![alt text](/images/tutorials/stt/stt-providers.png) ## Cloud / Remote Speech To Text Proivders @@ -28,7 +28,7 @@ To configure a speech to text provider: - Choose Audio - Provider an API key and choose a model from the dropdown -![alt text](../../../static/images/tutorials/stt/stt-config.png) +![alt text](/images/tutorials/stt/stt-config.png) ## User-Level Settings @@ -38,7 +38,7 @@ In addition the instance settings provisioned in the admin panel, there are also * **Speech-to-Text Engine:** Determines the engine used for speech recognition (Default or Web API). -![alt text](../../../static/images/tutorials/stt/user-settings.png) +![alt text](/images/tutorials/stt/user-settings.png) ## Using STT @@ -46,11 +46,11 @@ Speech to text provides a highly efficient way of "writing" prompts using your v To use STT, simply click on the microphone icon: -![alt text](../../../static/images/tutorials/stt/stt-operation.png) +![alt text](/images/tutorials/stt/stt-operation.png) A live audio waveform will indicate successful voice capture: -![alt text](../../../static/images/tutorials/stt/stt-in-progress.png) +![alt text](/images/tutorials/stt/stt-in-progress.png) ## STT Mode Operation @@ -59,5 +59,4 @@ Once your recording has begun you can: - Click on the tick icon to save the recording (if auto send after completion is enabled it will send for completion; otherwise you can manually send) - If you wish to abort the recording (for example, you wish to start a fresh recording) you can click on the 'x' icon to scape the recording interface -![alt text](../../../static/images/tutorials/stt/endstt.png) - +![alt text](/images/tutorials/stt/endstt.png)