Marek4321 commited on
Commit
a1c1618
verified
1 Parent(s): 5f52c99

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -23,7 +23,7 @@ DEFAULT_SETTINGS = {
23
  'whisper_model': 'whisper-1',
24
  'gpt_model': 'gpt-4o-mini',
25
  'default_language': 'pl',
26
- 'chunk_overlap_seconds': 30,
27
  'max_retries': 3,
28
  'timeout_seconds': 300,
29
  }
@@ -272,7 +272,7 @@ INTERVIEW_TYPES = {
272
  # Ustawienia przetwarzania plik贸w
273
  FILE_PROCESSING = {
274
  'max_single_file_mb': 200,
275
- 'chunk_size_mb': 20,
276
  'supported_audio_formats': ['mp3', 'wav', 'm4a', 'aac'],
277
  'supported_video_formats': ['mp4', 'mov', 'avi'],
278
  'compression_quality': 64, # kbps dla audio
 
23
  'whisper_model': 'whisper-1',
24
  'gpt_model': 'gpt-4o-mini',
25
  'default_language': 'pl',
26
+ 'chunk_overlap_seconds': 5,
27
  'max_retries': 3,
28
  'timeout_seconds': 300,
29
  }
 
272
  # Ustawienia przetwarzania plik贸w
273
  FILE_PROCESSING = {
274
  'max_single_file_mb': 200,
275
+ 'chunk_size_mb': 15,
276
  'supported_audio_formats': ['mp3', 'wav', 'm4a', 'aac'],
277
  'supported_video_formats': ['mp4', 'mov', 'avi'],
278
  'compression_quality': 64, # kbps dla audio