Mac compatible code

This commit is contained in:
apeatling
2023-12-27 13:51:24 -08:00
parent 047d53c1d7
commit 9df408e0f1
4 changed files with 307 additions and 0 deletions

15
assistant.yaml Normal file
View File

@@ -0,0 +1,15 @@
messages:
pressSpace: "Press and hold space to speak"
loadingModel: "Loading..."
noAudioInput: "Error: No sound input!"
whisperRecognition:
modelPath: "whisper/base.en.pt"
lang: "en"
ollama:
url: "http://localhost:11434/api/generate"
model: "mistral"
conversation:
greeting: "Hi, how can I help you?"