Add "settings" to ui #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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)