feat(config): enhance Ollama configuration with dynamic path support
This commit is contained in:
@@ -2,23 +2,26 @@
|
||||
"audio_file": "/tmp/pyvtt_recording.wav",
|
||||
"output_file": "/tmp/pyvtt_transcript.txt",
|
||||
"whisper_path": "/path/to/whisper-cli",
|
||||
"language": "en",
|
||||
"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_model": "default-model",
|
||||
"ollama_prompt": "Provide a detailed response to the following text:\n\n"
|
||||
"ollama": "disable"
|
||||
},
|
||||
{
|
||||
"name": "Quick English",
|
||||
"whisper_model": "/path/to/quick-whisper-model.bin",
|
||||
"ollama_model": "quick-model",
|
||||
"ollama_prompt": "Quickly correct the following English text for grammar and punctuation:\n\n"
|
||||
"ollama_model": "gemma3:4b",
|
||||
"ollama_context": 131072,
|
||||
"ollama_prompt": [
|
||||
"Quickly correct the following English text for grammar and punctuation:\n",
|
||||
"\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "German Correction",
|
||||
|
||||
Reference in New Issue
Block a user