Skip to content

Commit 56751b3

Browse files
committed
Fixup version param name in README
1 parent 03e4570 commit 56751b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2331,7 +2331,7 @@ snippet:
23312331
prompt: "Monument valley, Utah"
23322332
)
23332333
let prediction: ReplicatePrediction<YourOutputSchema> = try await replicateService.runCommunityModel( /* or runOfficialModel */
2334-
modelVersion: "your-model-version",
2334+
version: "your-model-version",
23352335
input: input,
23362336
secondsToWait: secondsToWait
23372337
)

0 commit comments

Comments
 (0)