Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modelscope/ms-agent
/ OpenaiConfig
Class
OpenaiConfig
ms_agent/utils/constants.py:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
91
92
class
OpenaiConfig(ServiceConfig):
93
94
def
__init__(self):
95
super().__init__(base_url=
'https://api.openai.com/v1'
)
96
97
98
SERVICE_MAPPING: Dict[str, ServiceConfig] = {
Callers
1
constants.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected