Skip to content

Commit 9288c45

Browse files
authored
Merge pull request #26 from corinne-forever/patch-1
Add example for inference.endpoint
2 parents f1452ca + 3e12611 commit 9288c45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"inference.endpoint": {
4040
"type": "string",
4141
"default": "",
42-
"description": "Ollama Server Endpoint. Empty for local instance.",
42+
"description": "Ollama Server Endpoint. Empty for local instance. Example: http://192.168.0.100:11434",
4343
"order": 1
4444
},
4545
"inference.model": {
@@ -135,4 +135,4 @@
135135
"ts-jest": "^29.1.1",
136136
"typescript": "^5.2.2"
137137
}
138-
}
138+
}

0 commit comments

Comments
 (0)