diff --git a/package.json b/package.json index a3dcb45..9a8b19f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "inference.endpoint": { "type": "string", "default": "", - "description": "Ollama Server Endpoint. Empty for local instance.", + "description": "Ollama Server Endpoint. Empty for local instance. Example: http://192.168.0.100:11434", "order": 1 }, "inference.model": { @@ -135,4 +135,4 @@ "ts-jest": "^29.1.1", "typescript": "^5.2.2" } -} \ No newline at end of file +}