initial version of voice interaction with ChatGPT
This commit is contained in:
parent
6fdab94f1b
commit
c6e0a995be
10 changed files with 241 additions and 0 deletions
12
chatbot/.gitignore
vendored
Normal file
12
chatbot/.gitignore
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Python
|
||||
venv
|
||||
__pycache__
|
||||
|
||||
# Project specific
|
||||
config.json
|
||||
|
||||
# Media files, Zip files
|
||||
*.wav
|
||||
*.m4a
|
||||
*.mov
|
||||
*.zip
|
Loading…
Add table
Add a link
Reference in a new issue