Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ DashscopeConfig
Class
DashscopeConfig
ms_agent/utils/constants.py:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
@dataclass
70
class
DashscopeConfig(ServiceConfig):
71
72
def
__init__(self):
73
super().__init__(
74
base_url=
'https://dashscope.aliyuncs.com/compatible-mode/v1'
)
75
76
77
@dataclass
Callers
1
constants.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected