| 5 | import { getDefaultWhisperSettings, migrateWhisperModelId } from '../config/whisper-models'; |
| 6 | |
| 7 | class 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'; |
nothing calls this directly
no outgoing calls
no test coverage detected