MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / ModelConfig

Interface ModelConfig

src/components/UserSelector.tsx:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19interface ModelConfig {
20 providers: Provider[];
21 defaultProvider: string;
22}
23
24interface ModelSelectorProps {
25 provider: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected