Add ux profiles and advanced config block
This commit is contained in:
parent
c8739b6804
commit
77ae21d0f6
4 changed files with 68 additions and 3 deletions
|
|
@ -233,6 +233,7 @@ class Daemon:
|
|||
text,
|
||||
lang=STT_LANGUAGE,
|
||||
dictionary_context=self.vocabulary.build_ai_dictionary_context(),
|
||||
profile=self.cfg.ux.profile,
|
||||
)
|
||||
if ai_text and ai_text.strip():
|
||||
text = ai_text.strip()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue