@digipair/skill-dsp 0.88.3-1 → 0.88.3-2
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/index.cjs.js +3 -2
- package/index.esm.js +8 -7
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -120316,8 +120316,9 @@ var AxAIMistral = /*#__PURE__*/ function(AxAIOpenAIBase) {
|
|
|
120316
120316
|
hasShowThoughts: false
|
|
120317
120317
|
};
|
|
120318
120318
|
var chatReqUpdater = function(req) {
|
|
120319
|
-
var max_completion_tokens = req.max_completion_tokens
|
|
120320
|
-
"max_completion_tokens"
|
|
120319
|
+
var max_completion_tokens = req.max_completion_tokens; req.stream_options; var result = _object_without_properties(req, [
|
|
120320
|
+
"max_completion_tokens",
|
|
120321
|
+
"stream_options"
|
|
120321
120322
|
]);
|
|
120322
120323
|
return _object_spread_props(_object_spread({}, result), {
|
|
120323
120324
|
max_tokens: max_completion_tokens
|
package/index.esm.js
CHANGED
|
@@ -23945,14 +23945,14 @@ function indent(str, spaces) {
|
|
|
23945
23945
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23946
23946
|
// match is required
|
|
23947
23947
|
if (!match) {
|
|
23948
|
-
return
|
|
23948
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
23949
23949
|
v: nextMatch1
|
|
23950
23950
|
};
|
|
23951
23951
|
}
|
|
23952
23952
|
var token = match.token, offset = match.offset;
|
|
23953
23953
|
i1 += offset;
|
|
23954
23954
|
if (token === " ") {
|
|
23955
|
-
return
|
|
23955
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23956
23956
|
}
|
|
23957
23957
|
tokens1 = _to_consumable_array$5(tokens1).concat([
|
|
23958
23958
|
token
|
|
@@ -23971,7 +23971,7 @@ function indent(str, spaces) {
|
|
|
23971
23971
|
if (contextKeys.some(function(el) {
|
|
23972
23972
|
return el.startsWith(name);
|
|
23973
23973
|
})) {
|
|
23974
|
-
return
|
|
23974
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23975
23975
|
}
|
|
23976
23976
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23977
23977
|
return el === name;
|
|
@@ -23990,9 +23990,9 @@ function indent(str, spaces) {
|
|
|
23990
23990
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23991
23991
|
return el.startsWith(name);
|
|
23992
23992
|
})) {
|
|
23993
|
-
return
|
|
23993
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, "continue";
|
|
23994
23994
|
}
|
|
23995
|
-
return
|
|
23995
|
+
return tokens = tokens1, i = i1, nextMatch = nextMatch1, {
|
|
23996
23996
|
v: nextMatch1
|
|
23997
23997
|
};
|
|
23998
23998
|
};
|
|
@@ -148255,8 +148255,9 @@ var AxAIMistral = /*#__PURE__*/ function(AxAIOpenAIBase) {
|
|
|
148255
148255
|
hasShowThoughts: false
|
|
148256
148256
|
};
|
|
148257
148257
|
var chatReqUpdater = function(req) {
|
|
148258
|
-
var max_completion_tokens = req.max_completion_tokens
|
|
148259
|
-
"max_completion_tokens"
|
|
148258
|
+
var max_completion_tokens = req.max_completion_tokens; req.stream_options; var result = _object_without_properties(req, [
|
|
148259
|
+
"max_completion_tokens",
|
|
148260
|
+
"stream_options"
|
|
148260
148261
|
]);
|
|
148261
148262
|
return _object_spread_props(_object_spread({}, result), {
|
|
148262
148263
|
max_tokens: max_completion_tokens
|