├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── bot.jpeg ├── chatbot.py ├── general_functions.py ├── gpt-vcc.bat ├── gpt_prompts.py ├── gptcli.py ├── keys.txt ├── main.py ├── media ├── cancel.mp3 ├── chatgpt.mp3 ├── commands.mp3 ├── create-range.mp3 ├── display-convo.mp3 ├── gpt4.mp3 ├── i-have.mp3 ├── intro.mp3 ├── max-tokens.mp3 ├── mem-restore-done.mp3 ├── mem-restore.mp3 ├── no-create.mp3 ├── no-mems.mp3 ├── no-name.mp3 ├── no-preset.mp3 ├── no-reset.mp3 ├── no-robot.mp3 ├── no-tokens.mp3 ├── num-mems.mp3 ├── reset-preset.mp3 ├── set-create.mp3 ├── set-name.mp3 ├── set-tokens.mp3 ├── try-preset.mp3 ├── yes-name.mp3 ├── yes-preset.mp3 └── yes-reset.mp3 ├── requirements.txt ├── tts_functions.py └── windows-install.bat /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: Adri6336 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/README.md -------------------------------------------------------------------------------- /bot.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/bot.jpeg -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/chatbot.py -------------------------------------------------------------------------------- /general_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/general_functions.py -------------------------------------------------------------------------------- /gpt-vcc.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/gpt-vcc.bat -------------------------------------------------------------------------------- /gpt_prompts.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/gpt_prompts.py -------------------------------------------------------------------------------- /gptcli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/gptcli.py -------------------------------------------------------------------------------- /keys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/keys.txt -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/main.py -------------------------------------------------------------------------------- /media/cancel.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/cancel.mp3 -------------------------------------------------------------------------------- /media/chatgpt.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/chatgpt.mp3 -------------------------------------------------------------------------------- /media/commands.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/commands.mp3 -------------------------------------------------------------------------------- /media/create-range.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/create-range.mp3 -------------------------------------------------------------------------------- /media/display-convo.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/display-convo.mp3 -------------------------------------------------------------------------------- /media/gpt4.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/gpt4.mp3 -------------------------------------------------------------------------------- /media/i-have.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/i-have.mp3 -------------------------------------------------------------------------------- /media/intro.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/intro.mp3 -------------------------------------------------------------------------------- /media/max-tokens.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/max-tokens.mp3 -------------------------------------------------------------------------------- /media/mem-restore-done.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/mem-restore-done.mp3 -------------------------------------------------------------------------------- /media/mem-restore.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/mem-restore.mp3 -------------------------------------------------------------------------------- /media/no-create.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-create.mp3 -------------------------------------------------------------------------------- /media/no-mems.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-mems.mp3 -------------------------------------------------------------------------------- /media/no-name.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-name.mp3 -------------------------------------------------------------------------------- /media/no-preset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-preset.mp3 -------------------------------------------------------------------------------- /media/no-reset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-reset.mp3 -------------------------------------------------------------------------------- /media/no-robot.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-robot.mp3 -------------------------------------------------------------------------------- /media/no-tokens.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/no-tokens.mp3 -------------------------------------------------------------------------------- /media/num-mems.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/num-mems.mp3 -------------------------------------------------------------------------------- /media/reset-preset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/reset-preset.mp3 -------------------------------------------------------------------------------- /media/set-create.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/set-create.mp3 -------------------------------------------------------------------------------- /media/set-name.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/set-name.mp3 -------------------------------------------------------------------------------- /media/set-tokens.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/set-tokens.mp3 -------------------------------------------------------------------------------- /media/try-preset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/try-preset.mp3 -------------------------------------------------------------------------------- /media/yes-name.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/yes-name.mp3 -------------------------------------------------------------------------------- /media/yes-preset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/yes-preset.mp3 -------------------------------------------------------------------------------- /media/yes-reset.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/media/yes-reset.mp3 -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/requirements.txt -------------------------------------------------------------------------------- /tts_functions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/tts_functions.py -------------------------------------------------------------------------------- /windows-install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Adri6336/gpt-voice-conversation-chatbot/HEAD/windows-install.bat --------------------------------------------------------------------------------