diff options
author | Botond Hende <nettingman@gmail.com> | 2024-11-20 13:37:51 +0100 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-11-20 13:37:51 +0100 |
commit | 93eb7479e83494690e4eb51f2fb662c651a9fd5e (patch) | |
tree | e73548e7df148a66590b23c4a42d2c6dbe6db739 /requirements.txt | |
parent | 528d65c6bd9954cfd96de57de05498dc4c563e0f (diff) |
voice control with whisper
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 80335f8..1294733 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ PyYAML>=6.0 unicode-rbnf>=1 +openai-whisper |