{ "audio_file": "/tmp/pyvtt_recording.wav", "output_file": "/tmp/pyvtt_transcript.txt", "whisper_path": "/path/to/whisper-cli", "socket_path": "/tmp/pyvtt.sock", "ollama_url": "http://localhost", "ollama_path": "/api/chat", "ollama_port": 12345, "presets": [ { "name": "Default", "language": "en", "whisper_model": "/path/to/default-whisper-model.bin", "ollama": "disable" }, { "name": "Quick English", "whisper_model": "/path/to/quick-whisper-model.bin", "ollama_model": "gemma3:4b", "ollama_context": 131072, "ollama_prompt": [ "Quickly correct the following English text for grammar and punctuation:\n", "\n" ] }, { "name": "German Correction", "language": "de", "whisper_model": "/path/to/german-whisper-model.bin", "ollama_model": "german-model", "ollama_prompt": "Korrigiere den folgenden deutschen Text für Rechtschreibung und Grammatik:\n\n" } ] }