├── README.md ├── __pycache__ └── voiceTest.cpython-39.pyc ├── chatbot.py ├── chatbot_12-6-23.py ├── files ├── chatbot intro.wav └── new_ui.png ├── last message from prometheus.mp3 ├── memory.txt ├── requirements.txt └── voiceTest.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/README.md -------------------------------------------------------------------------------- /__pycache__/voiceTest.cpython-39.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/__pycache__/voiceTest.cpython-39.pyc -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/chatbot.py -------------------------------------------------------------------------------- /chatbot_12-6-23.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/chatbot_12-6-23.py -------------------------------------------------------------------------------- /files/chatbot intro.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/files/chatbot intro.wav -------------------------------------------------------------------------------- /files/new_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/files/new_ui.png -------------------------------------------------------------------------------- /last message from prometheus.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/last message from prometheus.mp3 -------------------------------------------------------------------------------- /memory.txt: -------------------------------------------------------------------------------- 1 | Human: 2 | 3 | Me: 4 | -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/requirements.txt -------------------------------------------------------------------------------- /voiceTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/1nnovat1on/gpt_chatbot/HEAD/voiceTest.py --------------------------------------------------------------------------------