Files
openclaw/src/config/legacy-migrate.test-helpers.ts
2026-03-02 19:57:33 +00:00

12 lines
195 B
TypeScript

export const WHISPER_BASE_AUDIO_MODEL = {
enabled: true,
models: [
{
command: "whisper",
type: "cli",
args: ["--model", "base"],
timeoutSeconds: 2,
},
],
};