-
Notifications
You must be signed in to change notification settings - Fork 450
Expand file tree
/
Copy pathidea2video.yaml
More file actions
40 lines (31 loc) · 1.1 KB
/
idea2video.yaml
File metadata and controls
40 lines (31 loc) · 1.1 KB
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
39
40
chat_model:
init_args:
model: google/gemini-2.5-flash-lite-preview-09-2025
model_provider: openai
api_key:
base_url: https://openrouter.ai/api/v1
image_generator:
class_path: tools.ImageGeneratorNanobananaGoogleAPI
init_args:
api_key:
video_generator:
class_path: tools.VideoGeneratorVeoGoogleAPI
init_args:
api_key:
working_dir: .working_dir/idea2video
# Optional: Custom assets to use as references during video generation
# These images/videos will be available as reference materials for the AI
# to use when generating scenes
assets:
sample_images: []
# Use absolute paths or paths relative to where you run the script from
# Write clear, detailed descriptions - the AI uses these to decide when to use each asset
# Example:
# - path: /path/to/sample_image1.png
# description: "A cartoon-style forest scene with tall trees"
# - path: /path/to/sample_image2.png
# description: "A close-up of a friendly dog character"
sample_videos: []
# Example:
# - path: /path/to/sample_video1.mp4
# description: "Camera pan across a sunny park"