@theia/ai-ollama 1.67.0-next.3 → 1.67.0-next.59

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 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -21,6 +21,7 @@ The `@theia/ai-ollama` integrates Ollama's models with Theia AI.
21
21
 
22
22
  ## License
23
23
 
24
+ - [API documentation for `@theia/ai-ollama`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_ai-ollama.html)
24
25
  - [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
25
26
  - [(Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
26
27
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@theia/ai-ollama",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Ollama Integration",
5
5
  "dependencies": {
6
- "@theia/ai-core": "1.67.0-next.3+7946ca874",
7
- "@theia/core": "1.67.0-next.3+7946ca874",
8
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
9
- "@theia/workspace": "1.67.0-next.3+7946ca874",
6
+ "@theia/ai-core": "1.67.0-next.59+3f14297ea",
7
+ "@theia/core": "1.67.0-next.59+3f14297ea",
8
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
9
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
10
10
  "ollama": "^0.5.16",
11
11
  "tslib": "^2.6.2"
12
12
  },
@@ -49,5 +49,5 @@
49
49
  "nyc": {
50
50
  "extends": "../../configs/nyc.json"
51
51
  },
52
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
52
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
53
53
  }