mirror of
https://github.com/apeatling/ollama-voice-mac.git
synced 2024-04-20 16:47:52 +03:00
Mac compatible code
This commit is contained in:
15
assistant.yaml
Normal file
15
assistant.yaml
Normal 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?"
|
||||
Reference in New Issue
Block a user