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 3ec67d7 commit cd89920Copy full SHA for cd89920
README.md
@@ -68,6 +68,9 @@ console.log(output.blob()); // Blob
68
> A model that outputs file data returns a `FileOutput` object by default. This is an implementation
69
> of `ReadableStream` that returns the file contents. It has a `.blob()` method for accessing a
70
> `Blob` representation and a `.url()` method that will return the underlying data-source.
71
+>
72
+> We recommend accessing file data directly either as readable stream or via `.blob()` as the
73
+> `.url()` property may not always return a HTTP URL in future.
74
75
You can also run a model in the background:
76
0 commit comments