Skip to content

Commit c4be6c6

Browse files
committed
added an example
1 parent f6c8035 commit c4be6c6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

examples/uploading-files.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { upload } from 'together-ai/lib/upload';
55

66
async function main() {
77
// Upload a file
8-
const file = await upload('./examples/sample_messages_format.jsonl');
8+
const file = await upload('./examples/coqa.jsonl');
99
console.log('Uploaded file');
1010
console.log(file);
1111
}

0 commit comments

Comments
 (0)