mirror of
https://github.com/apeatling/ollama-voice-mac.git
synced 2024-04-20 16:47:52 +03:00
16 lines
320 B
YAML
16 lines
320 B
YAML
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?"
|