| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- server:
- port: 9015
- spring:
- datasource:
- driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://172.30.0.36:3390/video_script?useUnicode=true&characterEncoding=utf-8&serverTimezone=Asia/Shanghai
- username: hcst
- password: hcst@2025
- logging:
- level:
- com.video.script.admin.mapper: info
- llm:
- enabled: true
- provider: qwen
- base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com/compatible-mode/v1"
- endpoint: /chat/completions
- api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"
- model: qwen3.7-plus
- timeout-ms: 180000
- multimodal-enabled: true
- send-video-urls: true
- omni:
- enabled: true
- provider: qwen
- base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com/compatible-mode/v1"
- endpoint: /chat/completions
- api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"
- model: qwen3.5-omni-plus
- auth-header: Authorization
- auth-prefix: Bearer
- timeout-ms: 180000
- send-video-urls: true
- asr:
- enabled: true
- base-url: "https://llm-ax2z3lqqt75hg7cu.cn-beijing.maas.aliyuncs.com"
- api-key: "sk-ws-H.ERXPIHX.ITCw.MEYCIQD9fnRpudQRlLLQKL2faPTJejqa13VV5t2Q7pRGF-MV7wIhANeQ-QRx4eoJeTxy1QtV8B5lemcIzyr05s3fTMH5ARUO"
|