Skip to content

Commit d525f53

Browse files
committed
chore: add comment
1 parent d872db0 commit d525f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/google-vertex-ai/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ export const GoogleToOpenAIBatch = (response: GoogleBatchRecord) => {
362362
? BatchEndpoints.EMBEDDINGS
363363
: BatchEndpoints.CHAT_COMPLETIONS;
364364

365+
// Embeddings file is `000000000000.jsonl`, for inference the output is at `predictions.jsonl`
365366
const fileSuffix =
366367
endpoint === BatchEndpoints.EMBEDDINGS
367368
? '000000000000.jsonl'

0 commit comments

Comments
 (0)