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 +1 -1
- package/handlers/ollamalocal.js +1 -1
- package/package.json +1 -1
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/
|
|
291
|
+
curl http://localhost:11434/api/tags
|
|
292
292
|
```
|
|
293
293
|
- Ensure port 3005 is not in use by another application
|
|
294
294
|
|
package/handlers/ollamalocal.js
CHANGED