mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:20:22 +00:00
refactor(media): move provider defaults into media metadata
This commit is contained in:
@@ -4,5 +4,7 @@ import { transcribeDeepgramAudio } from "./audio.js";
|
||||
export const deepgramMediaUnderstandingProvider: MediaUnderstandingProvider = {
|
||||
id: "deepgram",
|
||||
capabilities: ["audio"],
|
||||
defaultModels: { audio: "nova-3" },
|
||||
autoPriority: { audio: 30 },
|
||||
transcribeAudio: transcribeDeepgramAudio,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user