-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hello,
Question
TL;DR How to use with Open WebUI ?
Context
I use Open WebUI on NixOS
I set the environment variables with the Open WebUI's API key (found in Settings > Account > API keys)
export VOXINPUT_API_KEY="sk-..."I searched transcription in http://localhost:8080/openapi.json and found the path /api/v1/audio/transcriptions
I set the environment variables with a path of Open WebUI, i'm not sure if it's good or not
export VOXINPUT_BASE_URL=http://localhost:8080/api/v1Then i started the daemon
voxinput listen --no-realtimevoxinput record
# speak
voxinput writeThen i got this error in the log
2025/08/15 14:41:28 main: CreateTranscription: error, status code: 500, status: 500 Internal Server Error, message: invalid character 'I' looking for beginning of value, body: Internal Server ErrorAdditional infos
The transcription inside Open WebUI works, i let the default settings so it use Whisper http://localhost:8080/admin/settings/audio
The --replay option works well, i correctly listen what have been recorded
I already added to my NixOS config as per the README suggest
services.udev.extraRules = ''
KERNEL=="uinput", GROUP="input", MODE="0620", OPTIONS+="static_node=uinput"
'';Metadata
Metadata
Assignees
Labels
No labels