MCPcopy
hub / github.com/obsidianmd/obsidian-help / LLMConfig

Interface LLMConfig

scripts/translate-locale.ts:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62// ─── Config ──────────────────────────────────────────────────────────────────
63
64interface LLMConfig {
65 apiEndpoint: string;
66 apiKey: string;
67 model: string;
68 termsPath?: string;
69 delayMs?: number;
70}
71
72function loadConfig(): LLMConfig {
73 const configPath = path.join(SCRIPTS_DIR, "llm-config.json");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected