Files
ollama-voice-mac/assistant.yaml
2023-12-27 13:51:24 -08:00

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?"