llmjs2 1.0.7 → 1.0.8

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 +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # llmjs2
2
2
 
3
- `llmjs2` is a zero-dependency Node.js library that provides a small, robust interface for calling Ollama and Ollama Cloud from Node 18+.
3
+ `llmjs2` is a lightweight llm wrapper for building simple / personal AI applications.
4
4
 
5
5
  ## Features
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "llmjs2",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Minimal zero-dependency Node.js client for Ollama and Ollama Cloud.",
5
5
  "type": "module",
6
6
  "main": "index.js",