Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ DeepseekConfig
Class
DeepseekConfig
ms_agent/utils/constants.py:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
77
@dataclass
78
class
DeepseekConfig(ServiceConfig):
79
80
def
__init__(self):
81
super().__init__(base_url=
'https://api.deepseek.com/v1'
)
82
83
84
@dataclass
Callers
1
constants.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected