initial version of voice interaction with ChatGPT

This commit is contained in:
Lars Haferkamp 2023-04-21 22:17:24 +02:00
parent 6fdab94f1b
commit c6e0a995be
10 changed files with 241 additions and 0 deletions

12
chatbot/.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Python
venv
__pycache__
# Project specific
config.json
# Media files, Zip files
*.wav
*.m4a
*.mov
*.zip