Skip to content

Commit e5d4395

Browse files
committed
Update README.md
1 parent 56fdcf4 commit e5d4395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ You can find input format for models at [the model page](https://replicate.com/s
7272
/// - Returns: a collection of models
7373
public func getCollections(collection_slug : String) async throws -> CollectionOfModels
7474
```
75+
7576
```swift
7677
/// Get a model
7778
/// - Parameters:
@@ -102,8 +103,7 @@ You can find input format for models at [the model page](https://replicate.com/s
102103
/// Returns the same response as the create a prediction operation
103104
/// status will be one of ``Prediction.Status``
104105
/// In the case of success, output will be an object containing the output
105-
/// of the model. Any files will be represented as URLs. You'll need to pass
106-
/// the Authorization header to request them.
106+
/// of the model. Any files will be represented as URLs.
107107
/// - Parameter id: Prediction id
108108
/// - Returns: Prediction
109109
public func getPrediction<Output: Decodable>(

0 commit comments

Comments
 (0)