mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03: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