Skip to content

Commit 5ee53bf

Browse files
committed
Remove webp from supported image types
1 parent 58d9d76 commit 5ee53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vertexai/src/methods/chrome-adapter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import {
3636
*/
3737
export class ChromeAdapter {
3838
// Visible for testing
39-
static SUPPORTED_MIME_TYPES = ['image/jpeg', 'image/png', 'image/webp'];
39+
static SUPPORTED_MIME_TYPES = ['image/jpeg', 'image/png'];
4040
private isDownloading = false;
4141
private downloadPromise: Promise<LanguageModel | void> | undefined;
4242
private oldSession: LanguageModel | undefined;

0 commit comments

Comments
 (0)