fengming 0.1.0 → 0.1.1
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/agents/defaults.ts
|
|
2
|
-
const DEFAULT_PROVIDER = "
|
|
3
|
-
const DEFAULT_MODEL = "
|
|
2
|
+
const DEFAULT_PROVIDER = "byteplus";
|
|
3
|
+
const DEFAULT_MODEL = "doubao-pro-32k";
|
|
4
4
|
const DEFAULT_CONTEXT_TOKENS = 2e5;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { DEFAULT_MODEL as n, DEFAULT_PROVIDER as r, DEFAULT_CONTEXT_TOKENS as t };
|
|
6
|
+
export { DEFAULT_MODEL as n, DEFAULT_PROVIDER as r, DEFAULT_CONTEXT_TOKENS as t };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fengming",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Multi-channel AI gateway with extensible messaging integrations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
|
|
@@ -1579,7 +1579,7 @@
|
|
|
1579
1579
|
"postinstall": "node scripts/postinstall-bundled-plugins.mjs",
|
|
1580
1580
|
"postpack": "node scripts/package-changelog.mjs restore",
|
|
1581
1581
|
"preinstall": "node scripts/preinstall-package-manager-warning.mjs",
|
|
1582
|
-
|
|
1582
|
+
|
|
1583
1583
|
"prepare": "node scripts/prepare-git-hooks.mjs",
|
|
1584
1584
|
"prepush:ci": "bash scripts/prepush-ci.sh",
|
|
1585
1585
|
"probe:anthropic:prompt": "node --import tsx scripts/anthropic-prompt-probe.ts",
|