mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 18:38:28 +00:00
feat: add deepgram audio options
This commit is contained in:
@@ -57,6 +57,7 @@ export type AudioTranscriptionRequest = {
|
||||
model?: string;
|
||||
language?: string;
|
||||
prompt?: string;
|
||||
query?: Record<string, string | number | boolean>;
|
||||
timeoutMs: number;
|
||||
fetchFn?: typeof fetch;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user