-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.toml
More file actions
38 lines (29 loc) · 782 Bytes
/
config.example.toml
File metadata and controls
38 lines (29 loc) · 782 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
29
30
31
32
33
34
35
36
37
38
[general]
output_dir = "./output"
log_level = "INFO"
aspect_ratio = "9:16"
max_duration_seconds = 60
[research]
provider = "perplexity" # "perplexity"
[research.perplexity]
api_key = "" # Or set SHORTGEN_PERPLEXITY_API_KEY env var
model = "sonar"
[scriptwriter]
provider = "ollama" # "ollama"
target_scene_count = 4
target_duration_seconds = 45
[scriptwriter.ollama]
model = "mistral"
base_url = "http://localhost:11434"
[tts]
provider = "kokoro" # "kokoro"
[tts.kokoro]
voice = "af_heart"
speed = 1.0
[video]
provider = "stub" # "stub" (wan, runway not yet implemented)
[video.stub]
background_color = "#1a1a2e"
text_color = "#ffffff"
[assembly]
provider = "ffmpeg" # "ffmpeg"