├── LICENSE ├── README.md ├── requirements.txt ├── run_script.bat └── speak.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VideotronicMaker/LM-Studio-Voice-Conversation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VideotronicMaker/LM-Studio-Voice-Conversation/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VideotronicMaker/LM-Studio-Voice-Conversation/HEAD/requirements.txt -------------------------------------------------------------------------------- /run_script.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VideotronicMaker/LM-Studio-Voice-Conversation/HEAD/run_script.bat -------------------------------------------------------------------------------- /speak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VideotronicMaker/LM-Studio-Voice-Conversation/HEAD/speak.py --------------------------------------------------------------------------------