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 b2a7158bf..4ea24e387 100644 --- a/docs/docs/guides/04-using-models/02-import-manually.mdx +++ b/docs/docs/guides/04-using-models/02-import-manually.mdx @@ -127,7 +127,7 @@ Edit `model.json` and include the following configurations: - Ensure you are using the correct `prompt_template`. This is usually provided in the HuggingFace model's description page. - Ensure the `state` property is set to `ready`. -```js +```json title="model.json" { // highlight-start "source_url": "https://huggingface.co/janhq/trinity-v1-GGUF/resolve/main/trinity-v1.Q4_K_M.gguf",