File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 >(
You can’t perform that action at this time.
0 commit comments