feat: improve media auto-detect

This commit is contained in:
Peter Steinberger
2026-01-23 05:47:09 +00:00
parent 1d9f230be4
commit 2dfbd1c1f6
6 changed files with 561 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ export const DEFAULT_PROMPT: Record<MediaUnderstandingCapability, string> = {
export const DEFAULT_VIDEO_MAX_BASE64_BYTES = 70 * MB;
export const DEFAULT_AUDIO_MODELS: Record<string, string> = {
groq: "whisper-large-v3-turbo",
openai: "whisper-1",
openai: "gpt-4o-mini-transcribe",
deepgram: "nova-3",
};
export const CLI_OUTPUT_MAX_BUFFER = 5 * MB;