Hi, thanks for the great work on FunClip!
I noticed that in the "LLM Intelligent Clipping" module, three LLM calling methods are provided:
- Alibaba Bailian Platform (Qwen series)
- OpenAI official API (GPT models)
- gpt4free integration
However, I'm a bit confused about what exactly is meant by the "Alibaba Bailian Model".
As far as I understand, Bailian (DashScope) is a model service platform provided by Alibaba Cloud, which offers access to multiple Qwen models such as:
- qwen-turbo
- qwen-plus
- qwen-max
- qwen2 series
So I would like to ask:
- Which specific Qwen model is used by default when selecting the Alibaba Bailian option in FunClip?
- Is it possible to manually specify the model name (e.g. qwen-turbo vs qwen-plus) in the current implementation?
- Are there any recommendations for model selection in subtitle translation / intelligent clipping scenarios?
It would be really helpful if this could be clarified in the documentation as well.
Thanks again for the awesome project!