MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeWiki / LLMConfig

Class LLMConfig

codewiki/cli/models/job.py:40–44  ·  view source on GitHub ↗

LLM configuration for a job.

Source from the content-addressed store, hash-verified

38
39@dataclass
40class LLMConfig:
41 """LLM configuration for a job."""
42 main_model: str
43 cluster_model: str
44 base_url: str
45
46
47@dataclass

Callers 2

__init__Method · 0.90
from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected