├── .gitignore ├── LICENSE ├── README.md ├── assistant.png ├── assistant.py ├── assistant.yaml └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/README.md -------------------------------------------------------------------------------- /assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/assistant.png -------------------------------------------------------------------------------- /assistant.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/assistant.py -------------------------------------------------------------------------------- /assistant.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/assistant.yaml -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apeatling/ollama-voice-mac/HEAD/requirements.txt --------------------------------------------------------------------------------