fix: Dictation API error message shows incorrect limit (#7423)
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
This commit is contained in:
@@ -1839,7 +1839,7 @@
|
||||
"description": "Provider not configured"
|
||||
},
|
||||
"413": {
|
||||
"description": "Audio file too large (max 25MB)"
|
||||
"description": "Audio file too large (max 50MB)"
|
||||
},
|
||||
"429": {
|
||||
"description": "Rate limit exceeded"
|
||||
|
||||
@@ -2969,7 +2969,7 @@ export type TranscribeDictationErrors = {
|
||||
*/
|
||||
412: unknown;
|
||||
/**
|
||||
* Audio file too large (max 25MB)
|
||||
* Audio file too large (max 50MB)
|
||||
*/
|
||||
413: unknown;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user