Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 28, 2024
1 parent d2cf402 commit e41e77c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion Dictation/mode-switch.talon
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion Dictation/natural-mode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from talon import Module, Context, ui, actions
from talon import Context, Module, actions, ui

mod = Module()
ctx = Context()
Expand Down
2 changes: 1 addition & 1 deletion Dictation/natural-mode.talon
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mode: dictation
-

<user.raw_prose>: user.gpt_dictation_insert(raw_prose)
<user.raw_prose>: user.gpt_dictation_insert(raw_prose)
2 changes: 1 addition & 1 deletion Dictation/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# AI Real-time dictaiton
# AI Real-time dictaiton

0 comments on commit e41e77c

Please sign in to comment.