v0.2.1 model names config-driven
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user