We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d872db0 commit d525f53Copy full SHA for d525f53
src/providers/google-vertex-ai/utils.ts
@@ -362,6 +362,7 @@ export const GoogleToOpenAIBatch = (response: GoogleBatchRecord) => {
362
? BatchEndpoints.EMBEDDINGS
363
: BatchEndpoints.CHAT_COMPLETIONS;
364
365
+ // Embeddings file is `000000000000.jsonl`, for inference the output is at `predictions.jsonl`
366
const fileSuffix =
367
endpoint === BatchEndpoints.EMBEDDINGS
368
? '000000000000.jsonl'
0 commit comments