e06fe8e8c6
Secret Leaks / trufflehog (push) Failing after 1s
Build documentation / build (push) Failing after 1s
Build documentation / build_other_lang (push) Failing after 0s
CodeQL Security Analysis / CodeQL Analysis (push) Failing after 0s
PR CI / pr-ci (push) Failing after 1s
Slow tests on important models (on Push - A10) / Get all modified files (push) Failing after 1s
Slow tests on important models (on Push - A10) / Model CI (push) Has been skipped
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Has been cancelled
New model PR merged notification / Notify new model (push) Has been cancelled
Update Transformers metadata / build_and_package (push) Has been cancelled
1.5 KiB
1.5 KiB
Open WebUI
Open WebUI provides a self-hosted interface for offline models. Enable CORS to serve local models (it's disabled by default for security).
transformers serve --enable-cors
To use the server for speech-to-text, go to Settings > Audio.
- Set Speech-to-Text Engine to OpenAI.
- Set the URL to http://localhost:8000/v1.
- Enter a transcription model in SST Model (openai/whisper-large-v3). Find more models on the Hub.
Start a chat and speak. The model transcribes your audio into the input field.
