-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
28 lines (22 loc) · 821 Bytes
/
config.yaml
File metadata and controls
28 lines (22 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration settings for the Transcription App
# Gemini API Configuration
gemini:
api_key: "enter_api_key" # Replace with your actual Gemini API key
# Directory Settings
directories:
temp_dir: "temp" # Directory for temporary files (e.g., downloaded audio)
output_dir: "Transcriptions" # Directory where transcriptions will be saved
# Whisper Model Configuration
whisper:
model_size: "small" # Whisper model size (options: tiny, base, small, medium, large)
# Logging Configuration
logging:
level: "INFO" # Logging level (options: DEBUG, INFO, WARNING, ERROR, CRITICAL)
# UI Settings
ui:
window_size:
width: 1050
height: 1200
# Main window size in width x height format
# Additional Configurations
# Add any other configuration settings below as needed