application-prod.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. server:
  2. port: 9015
  3. spring:
  4. datasource:
  5. driver-class-name: com.mysql.cj.jdbc.Driver
  6. url: jdbc:mysql://172.30.0.36:3390/video_script?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
  7. username: hcst
  8. password: hcst@2025
  9. logging:
  10. level:
  11. com.video.script.admin.mapper: info
  12. llm:
  13. enabled: true
  14. provider: qwen
  15. base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com/compatible-mode/v1"
  16. endpoint: /chat/completions
  17. api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"
  18. model: qwen3.7-plus
  19. timeout-ms: 180000
  20. multimodal-enabled: true
  21. send-video-urls: true
  22. omni:
  23. enabled: true
  24. provider: qwen
  25. base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com/compatible-mode/v1"
  26. endpoint: /chat/completions
  27. api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"
  28. model: qwen3.5-omni-plus
  29. auth-header: Authorization
  30. auth-prefix: Bearer
  31. timeout-ms: 180000
  32. send-video-urls: true
  33. asr:
  34. enabled: true
  35. base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com"
  36. api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"