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",
// highlight-next-line
"state": "ready"
}
}
```
### 3. Download the Model
@ -214,7 +214,10 @@ Navigate to the `~/jan/models` folder. Create a folder named `remote-lmstudio` a
"parameters": {},
"metadata": {
"author": "LMstudio",
"tags": ["remote", "awesome"]
"tags": [
"remote",
"awesome"
]
},
// highlight-start
"engine": "openai",