mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Fix image paths and remove .gitignore from PR
This commit is contained in:
parent
fd46e595aa
commit
bbffdcceb9
3
.gitignore
vendored
3
.gitignore
vendored
@ -18,6 +18,3 @@
|
|||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
yarn-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# VS Code
|
|
||||||
.vscode/
|
|
||||||
|
|||||||
@ -5,9 +5,9 @@ title: "🗨️ Configuration"
|
|||||||
|
|
||||||
Open Web UI supports both local, browser, and remote speech to text.
|
Open Web UI supports both local, browser, and remote speech to text.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Cloud / Remote Speech To Text Proivders
|
## Cloud / Remote Speech To Text Proivders
|
||||||
|
|
||||||
@ -28,7 +28,7 @@ To configure a speech to text provider:
|
|||||||
- Choose Audio
|
- Choose Audio
|
||||||
- Provider an API key and choose a model from the dropdown
|
- Provider an API key and choose a model from the dropdown
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## User-Level Settings
|
## 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).
|
* **Speech-to-Text Engine:** Determines the engine used for speech recognition (Default or Web API).
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Using STT
|
## 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:
|
To use STT, simply click on the microphone icon:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A live audio waveform will indicate successful voice capture:
|
A live audio waveform will indicate successful voice capture:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## STT Mode Operation
|
## 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)
|
- 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
|
- 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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user