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

Interface LLMConfig

src/preload/index.d.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { ElectronAPI } from '@electron-toolkit/preload'
2
3export interface LLMConfig {
4 apiHost: string
5 apiKey: string
6 modelName: string
7}
8
9export interface ModelConfig {
10 systemPrompt: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected