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 9329abb commit c2f498fCopy full SHA for c2f498f
README.md
@@ -107,7 +107,7 @@ const filesOperations = async () => {
107
apiKey: ''
108
})
109
const result = await ai.createFiles({
110
- file: await openAsBlob("/Users/winily/Project/Operation/test/package.json"),
+ file: await openAsBlob("file path"),
111
purpose: "test"
112
113
console.log(result, "create file")
0 commit comments