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

Method providers

config/schema.py:147–148  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145
146 @property
147 def providers(self) -> ModelProviderConfig:
148 return self.llm.as_legacy_provider_config()
149
150 @property
151 def ssh(self) -> SSHConfig:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected