Skip to content

Commit c2f498f

Browse files
committed
update readme
1 parent 9329abb commit c2f498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ const filesOperations = async () => {
107107
apiKey: ''
108108
})
109109
const result = await ai.createFiles({
110-
file: await openAsBlob("/Users/winily/Project/Operation/test/package.json"),
110+
file: await openAsBlob("file path"),
111111
purpose: "test"
112112
})
113113
console.log(result, "create file")

0 commit comments

Comments
 (0)