MCPcopy Create free account
hub / github.com/experdot/pointer / ModelConfig

Interface ModelConfig

src/renderer/src/types/type.ts:1–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface ModelConfig {
2 id: string
3 name: string
4 systemPrompt: string
5 topP: number
6 temperature: number
7 createdAt: number
8}
9
10export interface LLMConfig {
11 id: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected