We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5e9b2 commit dee94d1Copy full SHA for dee94d1
README.md
@@ -10,7 +10,9 @@ This repo also includes tooling to keep those mappings up to date using Hugging
10
11
## Adding a new model
12
13
-To add a new model mapping, edit the `src/models.ts` file and add the new model to the `inferenceModels` array, like so:
+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:
16
17
```typescript
18
{
0 commit comments