yrk111222
yrk111222
This PR supports downloading models from ModelScope. The main modifications are as follows: -New Feature (non-breaking change which adds functionality) -Documentation Update
## Change Summary ## Related issue number ## Checklist * [ ] The pull request title is a good summary of the changes - it will be used in the...
## ModelScope API configuration instructions - Visit [Tutorial](https://modelscope.cn/docs/model-service/API-Inference/intro) to get your API key. - And note that you need to bind your Alibaba Cloud account before using the API. ##...
## Introduction This PR is mainly to support [ModelScope API](https://modelscope.cn/docs/model-service/API-Inference/intro), and the supported models mainly include Qwen2.5 and Qwen3 series models. And for more details about ModelScope API, please refer...
### Introduction This PR is mainly to support [ModelScope API](https://modelscope.cn/docs/model-service/API-Inference/intro), and the supported models mainly include Qwen2.5 and Qwen3 series models. And for more details about ModelScope API, please refer...
### Intro This PR primarily adds API support for ModelScope. By setting the environment variable `MODELSCOPE_API_KEY` in the configuration file `secrets.toml`, users can use various community-provided models for free. ###...