Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
18
class
LLMProviderConfig:
19
api_base: str =
""
20
api_key: str =
""
21
temperature: float | None = None
22
23
24
@dataclass(slots=True)
Callers
3
get_provider
Method · 0.85
_build_llm_provider
Function · 0.85
_build_llm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected