generaltranslation 1.0.10 → 1.0.11

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,8 +42,6 @@ console.log(codes) // ['fr', 'es']
42
42
 
43
43
  ## Async Toolkit Functions
44
44
 
45
- As we update m
46
-
47
45
  ### async getModelLanguages(model)
48
46
 
49
47
  Get all languages known to be compatible with a given LLM. Returns an array of languages codes, [] if the model is unknown.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generaltranslation",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "A language toolkit for AI developers",
5
5
  "main": "index.js",
6
6
  "scripts": {