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
Update README.md
Co-authored-by: F <[email protected]>
  • Loading branch information
zeke and erbridge authored Sep 24, 2024
commit dd52b39e6990d74f3580a3be3e9739e4657874ea
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ import Replicate, { type Prediction } from 'replicate';
Here's an example that uses the `Prediction` type with a custom `onProgress` callback:

```ts
import Replicate, { Prediction } from 'replicate';
import Replicate, { type Prediction } from 'replicate';

const replicate = new Replicate();
const model = "black-forest-labs/flux-schnell";
Expand Down