Skip to content

Commit dee94d1

Browse files
committed
tweak README
1 parent dd5e9b2 commit dee94d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ This repo also includes tooling to keep those mappings up to date using Hugging
1010

1111
## Adding a new model
1212

13-
To add a new model mapping, edit the `src/models.ts` file and add the new model to the `inferenceModels` array, like so:
13+
To add a new model mapping, edit [src/models.ts](src/models.ts)
14+
15+
Add your new model to the `inferenceModels` array, like so:
1416

1517
```typescript
1618
{

0 commit comments

Comments
 (0)