diff --git a/docs/docs/guides/04-using-models/02-import-manually.mdx b/docs/docs/guides/04-using-models/02-import-manually.mdx index d623c01c0..5be76a06b 100644 --- a/docs/docs/guides/04-using-models/02-import-manually.mdx +++ b/docs/docs/guides/04-using-models/02-import-manually.mdx @@ -181,7 +181,7 @@ Edit `model.json` and include the following configurations: Restart Jan and navigate to the Hub. Locate your model and click the `Download` button to download the model binary. -![image-01](assets/01-manually-import-local-model.png) +![image-01](assets/02-manually-import-local-model.png) Your model is now ready to use in Jan. @@ -300,7 +300,7 @@ Navigate to the `~/jan/models` folder. Create a folder named `mistral-ins-7b-q4` Restart Jan and navigate to the Hub. Locate your model and click the Use button. -![image-03](assets/03-oai-compatible-configuration.png) +![image-03](assets/02-oai-compatible-configuration.png) ## Assistance and Support diff --git a/docs/docs/guides/04-using-models/assets/01-manually-import-local-model.png b/docs/docs/guides/04-using-models/assets/02-manually-import-local-model.png similarity index 100% rename from docs/docs/guides/04-using-models/assets/01-manually-import-local-model.png rename to docs/docs/guides/04-using-models/assets/02-manually-import-local-model.png diff --git a/docs/docs/guides/04-using-models/assets/03-oai-compatible-configuration.png b/docs/docs/guides/04-using-models/assets/02-oai-compatible-configuration.png similarity index 100% rename from docs/docs/guides/04-using-models/assets/03-oai-compatible-configuration.png rename to docs/docs/guides/04-using-models/assets/02-oai-compatible-configuration.png