MCPcopy Create free account
hub / github.com/nlweb-ai/NLWeb / LLMProviderConfig

Class LLMProviderConfig

AskAgent/python/core/config.py:34–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33@dataclass
34class LLMProviderConfig:
35 llm_type: str
36 api_key: str | None = None
37 models: ModelConfig | None = None
38 endpoint: str | None = None
39 api_version: str | None = None
40 auth_method: str | None = None
41
42@dataclass
43class EmbeddingProviderConfig:

Callers 1

load_llm_configMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected