-
Notifications
You must be signed in to change notification settings - Fork 834
Expand file tree
/
Copy pathconfig.yaml
More file actions
33 lines (28 loc) · 896 Bytes
/
config.yaml
File metadata and controls
33 lines (28 loc) · 896 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
# OpenMontage - Global Configuration
llm:
provider: anthropic # anthropic | openai | gemini | openrouter | ollama | mistral | minimax
model: null # null = use provider default
temperature: 0.7
max_tokens: 4096
budget:
mode: warn # observe | warn | cap
total_usd: 10.00
reserve_pct: 0.10 # holdback for retries / cleanup
single_action_approval_usd: 0.50
require_approval_for_new_paid_tool: true
checkpoint:
policy: guided # guided | manual_all | auto_noncreative
storage_dir: pipeline # relative to project root
output:
default_format: mp4
default_codec: libx264
default_audio_codec: aac
default_resolution: "1920x1080"
default_fps: 30
default_crf: 23
paths:
pipeline_dir: pipeline
library_dir: library
styles_dir: styles
skills_dir: skills
output_dir: output