Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add caveat about the .url() property
  • Loading branch information
aron committed Oct 30, 2024
commit cd89920f0f28275604d4f556a205f6243d970d79
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ console.log(output.blob()); // Blob
> A model that outputs file data returns a `FileOutput` object by default. This is an implementation
> of `ReadableStream` that returns the file contents. It has a `.blob()` method for accessing a
> `Blob` representation and a `.url()` method that will return the underlying data-source.
>
> We recommend accessing file data directly either as readable stream or via `.blob()` as the
> `.url()` property may not always return a HTTP URL in future.

You can also run a model in the background:

Expand Down