Spaces:
Running
Running
goupilew
commited on
[fix] Fix typo in Vertex (#1531)
Browse files
src/lib/server/endpoints/google/endpointVertex.ts
CHANGED
@@ -40,7 +40,6 @@ export const endpointVertexParametersSchema = z.object({
|
|
40 |
"image/avif",
|
41 |
"image/tiff",
|
42 |
"image/gif",
|
43 |
-
"application/pdf",
|
44 |
],
|
45 |
preferredMimeType: "image/webp",
|
46 |
maxSizeInMB: 20,
|
|
|
40 |
"image/avif",
|
41 |
"image/tiff",
|
42 |
"image/gif",
|
|
|
43 |
],
|
44 |
preferredMimeType: "image/webp",
|
45 |
maxSizeInMB: 20,
|