MCPcopy Create free account
hub / github.com/Seanium/ChatMap / ProviderSettings

Interface ProviderSettings

components/model-settings.tsx:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41]
42
43export interface ProviderSettings {
44 baseURL: string
45 model: string
46 apiKey: string
47}
48
49export interface ModelSettings {
50 provider: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected