chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:23:54 +08:00
commit ecb5ae4e59
153 changed files with 21551 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
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
# Rate limits for chat model API calls
# Set to null to disable rate limiting for this service
max_requests_per_minute: null
max_requests_per_day: null
image_generator:
class_path: tools.ImageGeneratorNanobananaGoogleAPI
init_args:
api_key:
# Rate limits for image generation API calls
# Set to null to disable rate limiting for this service
max_requests_per_minute: 2
max_requests_per_day: 50
video_generator:
class_path: tools.VideoGeneratorVeoGoogleAPI
init_args:
api_key:
# Rate limits for video generation API calls
# Set to null to disable rate limiting for this service
max_requests_per_minute: 2
max_requests_per_day: 50
working_dir: .working_dir/script2video