Fix image paths and remove .gitignore from PR

This commit is contained in:
Daniel Rosehill 2025-03-02 22:47:01 +02:00
parent fd46e595aa
commit bbffdcceb9
2 changed files with 7 additions and 11 deletions

3
.gitignore vendored
View File

@ -18,6 +18,3 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# VS Code
.vscode/

View File

@ -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)