Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScaleML/AgentSPEX
/ __init__
Method
__init__
src/harness/llms/client.py:89–90 ·
view source on GitHub ↗
(self, config: Optional[LLMConfig] = None)
Source
from the content-addressed store, hash-verified
87
""
"Unified LLM client using LiteLLM."
""
88
89
def
__init__(self, config: Optional[LLMConfig] = None):
90
self.config = config or LLMConfig()
91
92
def
completion(
93
self,
Callers
nothing calls this directly
Calls
1
LLMConfig
Class · 0.85
Tested by
no test coverage detected