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

Interface LLMConfig

src/main/aiHandler.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import * as path from 'path'
5
6export interface LLMConfig {
7 apiHost: string
8 apiKey: string
9 modelName: string
10}
11
12export interface ModelConfig {
13 systemPrompt: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected