UNPKG

catai

Version:

Chat UI and Local API for the Llama models

7 lines 297 B
import appDB from '../../../storage/app-db.js'; import { packageJSON } from '../../../storage/config.js'; export default async function updateCatAIVersionInSettings() { appDB.db.installedCatAIVersion = packageJSON.version; await appDB.saveDB(); } //# sourceMappingURL=updateSettings.js.map