v0.2.1 model names config-driven

This commit is contained in:
local
2026-05-11 20:27:19 -05:00
parent cccbee27e4
commit c9f051cd07
9 changed files with 75 additions and 28 deletions
+7
View File
@@ -28,6 +28,13 @@ export const configFile = FileHelper.json(
// and return 402 once exceeded (no fallback).
relay_parakeet_base_url: z.string().default(''),
relay_gemma_base_url: z.string().default(''),
// Model identifiers to send in the upstream request bodies. The
// operator's Ollama or Parakeet wrapper may serve different models
// depending on what's been pulled; making these config-driven
// means the operator can swap models without rebuilding the relay.
// Live-reloaded — change applies to the next request.
relay_parakeet_model: z.string().default('parakeet-tdt-0.6b-v3'),
relay_gemma_model: z.string().default('gemma3:27b'),
// ── License server ──
// URL of the Keysat license server used for the cached online