cloud-pc-templates 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -288,7 +288,7 @@ When entering your API key:
288
288
  - Start Ollama with: `ollama serve`
289
289
  - Check if Ollama is running on port 11434:
290
290
  ```bash
291
- curl http://localhost:11434/api/health
291
+ curl http://localhost:11434/api/tags
292
292
  ```
293
293
  - Ensure port 3005 is not in use by another application
294
294
 
@@ -15,7 +15,7 @@ function checkOllamaHealth() {
15
15
  {
16
16
  hostname: 'localhost',
17
17
  port: OLLAMA_PORT,
18
- path: '/api/health',
18
+ path: '/api/tags',
19
19
  method: 'GET'
20
20
  },
21
21
  (res) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloud-pc-templates",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "bin": {