Add AI post-processing prompt

This commit is contained in:
Thales Maciel 2026-02-06 18:54:39 -03:00
parent b296491703
commit cda89923ce
4 changed files with 269 additions and 1 deletions

View file

@ -22,3 +22,7 @@ func IconRecording() []byte {
func IconTranscribing() []byte {
return iconTranscribing
}
func IconProcessing() []byte {
return iconProcessing
}