Skip to content

feat(provider): add Qwen and QwenCloud alias mappings for DashScope provider (fix #2129) - #2144

Open
Jaymr1031-Z wants to merge 2 commits into
FoundationAgents:mainfrom
Jaymr1031-Z:feat/qwen-cloud-provider-alias
Open

feat(provider): add Qwen and QwenCloud alias mappings for DashScope provider (fix #2129)#2144
Jaymr1031-Z wants to merge 2 commits into
FoundationAgents:mainfrom
Jaymr1031-Z:feat/qwen-cloud-provider-alias

Conversation

@Jaymr1031-Z

Copy link
Copy Markdown

Fixes #2129

Summary

  • Added QWEN and QWENCLOUD alias identifiers in LLMType (metagpt/configs/llm_config.py).
  • Registered [LLMType.DASHSCOPE, LLMType.QWEN, LLMType.QWENCLOUD] on DashScopeLLM in metagpt/provider/dashscope_api.py allowing users to configure �pi_type: qwen / �pi_type: qwencloud seamlessly.
  • Updated MULTI_MODAL_MODELS with latest models in metagpt/provider/constant.py.
  • Added unit tests in ests/metagpt/provider/test_qwen_provider.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: migrate the existing DashScope provider to QwenCloud branding with compatibility

1 participant