MCPcopy Create free account
hub / github.com/Roy3838/Observer /

Class

app/src/utils/settings.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { getDefaultWhisperSettings, migrateWhisperModelId } from '../config/whisper-models';
6
7class SettingsManager {
8 // --- PRIVATE CONSTANTS FOR LOCALSTORAGE KEYS ---
9 private readonly OCR_WORKER_PATH_KEY = 'observer-ai:settings:ocrWorkerPath';
10 private readonly OCR_LANG_PATH_KEY = 'observer-ai:settings:ocrLangPath';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected