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

Class LLMProviderConfig

config/schema.py:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17@dataclass(slots=True)
18class LLMProviderConfig:
19 api_base: str = ""
20 api_key: str = ""
21 temperature: float | None = None
22
23
24@dataclass(slots=True)

Callers 3

get_providerMethod · 0.85
_build_llm_providerFunction · 0.85
_build_llmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected