Files
recap-relay/startos/versions/v0.2.1.ts
T
2026-05-11 20:27:19 -05:00

14 lines
473 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_1 = VersionInfo.of({
version: '0.2.1:0',
releaseNotes: {
en_US:
'Parakeet + Gemma model names are now config-driven (live-reloadable via the Set Parakeet URL / Set Gemma URL actions). Operators can swap which model their Ollama / Parakeet wrapper serves without rebuilding the relay.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})