docs: beautify json
This commit is contained in:
parent
b1169ab64c
commit
fdde679ea3
@ -132,32 +132,32 @@ Edit `model.json` and include the following configurations:
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
// highlight-start
|
// highlight-start
|
||||||
"source_url": "https://huggingface.co/janhq/trinity-v1-GGUF/resolve/main/trinity-v1.Q4_K_M.gguf",
|
"source_url": "https://huggingface.co/janhq/trinity-v1-GGUF/resolve/main/trinity-v1.Q4_K_M.gguf",
|
||||||
"id": "trinity-v1-7b",
|
"id": "trinity-v1-7b",
|
||||||
// highlight-end
|
// highlight-end
|
||||||
"object": "model",
|
"object": "model",
|
||||||
"name": "Trinity-v1 7B Q4",
|
"name": "Trinity-v1 7B Q4",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "Trinity is an experimental model merge of GreenNodeLM & LeoScorpius using the Slerp method. Recommended for daily assistance purposes.",
|
"description": "Trinity is an experimental model merge of GreenNodeLM & LeoScorpius using the Slerp method. Recommended for daily assistance purposes.",
|
||||||
"format": "gguf",
|
"format": "gguf",
|
||||||
"settings": {
|
"settings": {
|
||||||
"ctx_len": 4096,
|
"ctx_len": 4096,
|
||||||
// highlight-next-line
|
|
||||||
"prompt_template": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
|
|
||||||
},
|
|
||||||
"parameters": {
|
|
||||||
"max_tokens": 4096
|
|
||||||
},
|
|
||||||
"metadata": {
|
|
||||||
"author": "Jan",
|
|
||||||
"tags": ["7B", "Merged"],
|
|
||||||
"size": 4370000000
|
|
||||||
},
|
|
||||||
"engine": "nitro",
|
|
||||||
// highlight-next-line
|
// highlight-next-line
|
||||||
"state": "ready"
|
"prompt_template": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
|
||||||
}
|
},
|
||||||
|
"parameters": {
|
||||||
|
"max_tokens": 4096
|
||||||
|
},
|
||||||
|
"metadata": {
|
||||||
|
"author": "Jan",
|
||||||
|
"tags": ["7B", "Merged"],
|
||||||
|
"size": 4370000000
|
||||||
|
},
|
||||||
|
"engine": "nitro",
|
||||||
|
// highlight-next-line
|
||||||
|
"state": "ready"
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Download the Model
|
### 3. Download the Model
|
||||||
@ -201,25 +201,28 @@ Navigate to the `~/jan/models` folder. Create a folder named `remote-lmstudio` a
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
"source_url": "https://lmstudio.ai",
|
"source_url": "https://lmstudio.ai",
|
||||||
// highlight-next-line
|
// highlight-next-line
|
||||||
"id": "remote-lmstudio",
|
"id": "remote-lmstudio",
|
||||||
"object": "model",
|
"object": "model",
|
||||||
"name": "remote lmstudio",
|
"name": "remote lmstudio",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": "Jan integration with remote LMstudio server",
|
"description": "Jan integration with remote LMstudio server",
|
||||||
// highlight-next-line
|
// highlight-next-line
|
||||||
"format": "api",
|
"format": "api",
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"parameters": {},
|
"parameters": {},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"author": "LMstudio",
|
"author": "LMstudio",
|
||||||
"tags": ["remote", "awesome"]
|
"tags": [
|
||||||
},
|
"remote",
|
||||||
// highlight-start
|
"awesome"
|
||||||
"engine": "openai",
|
]
|
||||||
"state": "ready"
|
},
|
||||||
// highlight-end
|
// highlight-start
|
||||||
|
"engine": "openai",
|
||||||
|
"state": "ready"
|
||||||
|
// highlight-end
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user