@heossi/bee 0.1.3 → 0.1.4
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 +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @heossi/bee
|
|
2
2
|
|
|
3
|
-
Official TypeScript / JavaScript SDK for
|
|
3
|
+
Official TypeScript / JavaScript SDK for **Bee — The Progressive Intelligence Engine** by [HEOSSI](https://www.heossi.com).
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@heossi/bee)
|
|
6
6
|
[](./LICENSE)
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @heossi/bee — Official TypeScript / JavaScript SDK for
|
|
3
|
-
* Intelligence Engine.
|
|
2
|
+
* @heossi/bee — Official TypeScript / JavaScript SDK for
|
|
3
|
+
* Bee — The Progressive Intelligence Engine.
|
|
4
4
|
*
|
|
5
5
|
* Bee exposes an OpenAI-compatible /chat/completions surface backed by a
|
|
6
6
|
* domain-specialised LoRA-routed model ladder (Cell, Brood, Comb, Buzz,
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @heossi/bee — Official TypeScript / JavaScript SDK for
|
|
3
|
-
* Intelligence Engine.
|
|
2
|
+
* @heossi/bee — Official TypeScript / JavaScript SDK for
|
|
3
|
+
* Bee — The Progressive Intelligence Engine.
|
|
4
4
|
*
|
|
5
5
|
* Bee exposes an OpenAI-compatible /chat/completions surface backed by a
|
|
6
6
|
* domain-specialised LoRA-routed model ladder (Cell, Brood, Comb, Buzz,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@heossi/bee",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.4",
|
|
4
|
+
"description": "Bee — The Progressive Intelligence Engine",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "HEOSSI (Pte.) Ltd. <bee-support@heossi.com>",
|
|
7
7
|
"homepage": "https://bee.heossi.com",
|