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

Interface ModelSettings

components/model-settings.tsx:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface ModelSettings {
50 provider: string
51 temperature: number
52 providerSettings: {
53 [key: string]: ProviderSettings
54 }
55}
56
57const DEFAULT_SETTINGS: ModelSettings = {
58 provider: "openai",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected