@mindstudio-ai/local-model-tunnel 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ With more coming soon...
14
14
  - Node.js 18+
15
15
  - At least one of these:
16
16
  - [Ollama](https://ollama.ai) installed and running with `ollama serve`
17
- - [LM Studio](https://lmstudio.ai/) installed and running
17
+ - [LM Studio](https://lmstudio.ai/) installed and local server running
18
18
 
19
19
  ## Installation
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindstudio-ai/local-model-tunnel",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Run local AI models with MindStudio",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/anthropic/mindstudio-local-model-tunnel"
32
+ "url": "https://github.com/mindstudio-ai/mindstudio-local-model-tunnel"
33
33
  },
34
34
  "dependencies": {
35
35
  "chalk": "^5.3.0",