Add "settings" to ui #42

Closed
opened 2026-04-21 14:13:42 +00:00 by SaschaFuksa · 0 comments
Owner

Currently we can only set our config settings via settings.yaml.

I want to add an "settings" Icon in the UI.
This "settings" Icon shall open a "Settings Panel"
Here are the current settings shown and editable.

settings to show:
recording:
chunk_duration_sec: 30 (int input)
max_duration_min: 120 (int input)
chunk_transcription_mode: false (boolean slider)
overlap_time: 5 (int input)

llm:
ollama_url: "http://192.168.178.50:11434" (string input
ollama_model: "ministral-3:3b" (string input)

git_notes:
repo: "SaschaFuksa/docu" (string input)
branch: "main" (string input)

Currently we can only set our config settings via settings.yaml. I want to add an "settings" Icon in the UI. This "settings" Icon shall open a "Settings Panel" Here are the current settings shown and editable. settings to show: recording: chunk_duration_sec: 30 (int input) max_duration_min: 120 (int input) chunk_transcription_mode: false (boolean slider) overlap_time: 5 (int input) llm: ollama_url: "http://192.168.178.50:11434" (string input ollama_model: "ministral-3:3b" (string input) git_notes: repo: "SaschaFuksa/docu" (string input) branch: "main" (string input)
Tasch self-assigned this 2026-04-21 16:39:51 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Tasch/whisper-transcribe#42
No description provided.