We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d9d76 commit 5ee53bfCopy full SHA for 5ee53bf
packages/vertexai/src/methods/chrome-adapter.ts
@@ -36,7 +36,7 @@ import {
36
*/
37
export class ChromeAdapter {
38
// Visible for testing
39
- static SUPPORTED_MIME_TYPES = ['image/jpeg', 'image/png', 'image/webp'];
+ static SUPPORTED_MIME_TYPES = ['image/jpeg', 'image/png'];
40
private isDownloading = false;
41
private downloadPromise: Promise<LanguageModel | void> | undefined;
42
private oldSession: LanguageModel | undefined;
0 commit comments