From e98d118a56e2963d055a126bb3ca0afa0a2a8a36 Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Fri, 5 Jan 2024 23:54:20 +0700 Subject: [PATCH] docs: add title --- docs/docs/guides/04-using-models/02-import-manually.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",