We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1452ca commit 3e12611Copy full SHA for 3e12611
package.json
@@ -39,7 +39,7 @@
39
"inference.endpoint": {
40
"type": "string",
41
"default": "",
42
- "description": "Ollama Server Endpoint. Empty for local instance.",
+ "description": "Ollama Server Endpoint. Empty for local instance. Example: http://192.168.0.100:11434",
43
"order": 1
44
},
45
"inference.model": {
@@ -135,4 +135,4 @@
135
"ts-jest": "^29.1.1",
136
"typescript": "^5.2.2"
137
}
138
-}
+}
0 commit comments