idea2video.yaml 392 B

12345678910111213
  1. chat_model:
  2. init_args:
  3. model: doubao-seed-1-6-250615
  4. model_provider: ark
  5. api_key: "33f28b34-65dc-489c-b825-d6e1aa59fc94"
  6. base_url: https://ark.cn-beijing.volces.com/api/v3
  7. temperature: 0.7
  8. max_tokens: 50000
  9. # Rate limits for chat model API calls
  10. # Set to null to disable rate limiting for this service
  11. max_requests_per_minute: 500
  12. max_requests_per_day: 2000