MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / ModelProviderConfig

Class ModelProviderConfig

config/schema.py:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8@dataclass(slots=True)
9class ModelProviderConfig:
10 openai_base: str = ""
11 openai_key: str = ""
12 nvidia_key: str = ""
13 together_key: str = ""
14 temperature: float = 0.0
15
16
17@dataclass(slots=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected