docs: beautify json

This commit is contained in:
Ho Duc Hieu 2024-01-02 19:49:33 +07:00
parent b1169ab64c
commit fdde679ea3

View File

@ -157,7 +157,7 @@ Edit `model.json` and include the following configurations:
"engine": "nitro", "engine": "nitro",
// highlight-next-line // highlight-next-line
"state": "ready" "state": "ready"
} }
``` ```
### 3. Download the Model ### 3. Download the Model
@ -214,7 +214,10 @@ Navigate to the `~/jan/models` folder. Create a folder named `remote-lmstudio` a
"parameters": {}, "parameters": {},
"metadata": { "metadata": {
"author": "LMstudio", "author": "LMstudio",
"tags": ["remote", "awesome"] "tags": [
"remote",
"awesome"
]
}, },
// highlight-start // highlight-start
"engine": "openai", "engine": "openai",