From 36bad26e916a239c4ea943bad2a27dc9e7310601 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 24 Mar 2025 14:17:42 +0100 Subject: [PATCH] Updates default paths in sample settings Replaces placeholder paths with temporary file paths for audio, output, and socket. Updates the default URL to use localhost for better local testing. --- pyvtt.settings.sample.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyvtt.settings.sample.json b/pyvtt.settings.sample.json index 46b7285..0b10fa2 100644 --- a/pyvtt.settings.sample.json +++ b/pyvtt.settings.sample.json @@ -1,10 +1,10 @@ { - "audio_file": "/path/to/audio.wav", - "output_file": "/path/to/output.txt", + "audio_file": "/tmp/pyvtt_recording.wav", + "output_file": "/tmp/pyvtt_transcript.txt", "whisper_path": "/path/to/whisper-cli", "language": "en", - "socket_path": "/path/to/socket.sock", - "ollama_url": "http://example.com", + "socket_path": "/tmp/pyvtt.sock", + "ollama_url": "http://localhost", "ollama_port": 12345, "presets": [ {