Skip to content

Commit 85e618c

Browse files
committed
chore: fix some links
1 parent deef3a6 commit 85e618c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ tagsModels.models.forEach(
119119

120120
### Get a model's details
121121

122-
Models accept specific *input file link:https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types[MIME] types*. Some models may require multiple input file types to run data accordingly. In this sample, we use a model that requires `text/plain`.
122+
Models accept specific *input file [MIME](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) types*. Some models may require multiple input file types to run data accordingly. In this sample, we use a model that requires `text/plain`.
123123

124124
Models require inputs to have a specific *input name* declared in the job request. This name can be found in the model’s details. In this sample, we use a model that requires `input.txt`.
125125

126126
Additionally, users can set their own input names. When multiple input items are processed in a job, these names are helpful to identify and get each input’s results. In this sample, we use a model that requires `input-1` and `input-2`.
127127

128-
link:https://models.modzy.com/docs/marketplace/models/retrieve-model-details[Get a model's details]:
128+
[Get a model's details](https://models.modzy.com/docs/marketplace/models/retrieve-model-details):
129129

130130
```javascript
131131
const saModel = await modzyClient.getModel("ed542963de");
@@ -206,11 +206,11 @@ try{
206206
}
207207
```
208208

209-
== Features
209+
## Features
210210

211211
Modzy supports [batch processing](https://models.modzy.com/docs/features/batch-processing), [explainability](https://models.modzy.com/docs/features/explainability), and [model drift detection](https://models.modzy.com/docs/features/model-drift).
212212

213-
== APIs
213+
## APIs
214214

215215
Here is a list of Modzy APIs. To see all the APIs, check our [Documentation](https://models.modzy.com/docs/home/home).
216216

0 commit comments

Comments
 (0)