@theia/ai-llamafile 1.56.0 → 1.57.0-next.22
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 +7 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,21 +4,21 @@ The AI Llamafile package provides an integration that allows users to manage and
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Start and stop Llamafile language servers.
|
|
8
8
|
|
|
9
9
|
## Commands
|
|
10
10
|
|
|
11
11
|
### Start Llamafile
|
|
12
12
|
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
13
|
+
- **Command ID:** `llamafile.start`
|
|
14
|
+
- **Label:** `Start Llamafile`
|
|
15
|
+
- **Functionality:** Allows you to start a Llamafile language server by selecting from a list of configured Llamafiles.
|
|
16
16
|
|
|
17
17
|
### Stop Llamafile
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- **Command ID:** `llamafile.stop`
|
|
20
|
+
- **Label:** `Stop Llamafile`
|
|
21
|
+
- **Functionality:** Allows you to stop a running Llamafile language server by selecting from a list of currently running Llamafiles.
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/ai-llamafile",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.57.0-next.22+35d458a96",
|
|
4
4
|
"description": "Theia - Llamafile Integration",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/ai-core": "1.
|
|
7
|
-
"@theia/core": "1.
|
|
8
|
-
"@theia/output": "1.
|
|
6
|
+
"@theia/ai-core": "1.57.0-next.22+35d458a96",
|
|
7
|
+
"@theia/core": "1.57.0-next.22+35d458a96",
|
|
8
|
+
"@theia/output": "1.57.0-next.22+35d458a96",
|
|
9
9
|
"tslib": "^2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"publishConfig": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"nyc": {
|
|
48
48
|
"extends": "../../configs/nyc.json"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "35d458a961212de264d9579305d984147fa55618"
|
|
51
51
|
}
|