ollama-voice/assistant.yaml

14 lines
332 B
YAML
Raw Normal View History

2023-11-12 09:41:11 +08:00
whisperRecognition:
modelPath: "whisper/large-v3.pt"
lang: "fr"
ollama:
url: "http://localhost:11434/api/generate"
model: "mistral"
conversation:
context: "This is a discussion in french.\\n"
greeting: " Je vous écoute."
recognitionWaitMsg: " J'interprète votre demande."
llmWaitMsg: " Laissez moi réfléchir."