MCPcopy 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
92class OpenaiConfig(ServiceConfig):
93
94 def __init__(self):
95 super().__init__(base_url='https://api.openai.com/v1')
96
97
98SERVICE_MAPPING: Dict[str, ServiceConfig] = {

Callers 1

constants.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected