chat-with-internet / app /constants.ts
matt HOFFNER
try quantized again
c3a76e1
raw
history blame
232 Bytes
"use client";
export default {
SAMPLING_RATE: 16000,
DEFAULT_MODEL: "Xenova/whisper-tiny",
DEFAULT_SUBTASK: "transcribe",
DEFAULT_LANGUAGE: "english",
DEFAULT_QUANTIZED: true,
DEFAULT_MULTILINGUAL: false,
};